Some grade update idk

This commit is contained in:
qvalentin 2022-02-20 19:00:14 +01:00
parent ded6739297
commit 9278402a9f
4 changed files with 4 additions and 3 deletions

View File

@ -35,6 +35,8 @@ public class SettingsActivity extends AppCompatActivity {
} }
public static class SettingsFragment extends PreferenceFragmentCompat { public static class SettingsFragment extends PreferenceFragmentCompat {
@Override @Override
public void onCreatePreferences(Bundle savedInstanceState, String rootKey) { public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {

View File

@ -12,7 +12,6 @@
<string name="compose_shortcut_short_label1">Update</string> <string name="compose_shortcut_short_label1">Update</string>
<string name="compose_shortcut_long_label1">Update Ical</string> <string name="compose_shortcut_long_label1">Update Ical</string>
<string name="ToKservice_updated">Updated Ical</string> <string name="ToKservice_updated">Updated Ical</string>

View File

@ -5,7 +5,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:4.2.0" classpath 'com.android.tools.build:gradle:7.0.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@ -1,6 +1,6 @@
#Sun Aug 15 10:39:07 CEST 2021 #Sun Aug 15 10:39:07 CEST 2021
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME