diff --git a/OpenPods/.idea/compiler.xml b/OpenPods/.idea/compiler.xml index fb7f4a8..61a9130 100644 --- a/OpenPods/.idea/compiler.xml +++ b/OpenPods/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/OpenPods/.idea/misc.xml b/OpenPods/.idea/misc.xml index 7c7f635..3378229 100644 --- a/OpenPods/.idea/misc.xml +++ b/OpenPods/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/OpenPods/.idea/runConfigurations.xml b/OpenPods/.idea/runConfigurations.xml deleted file mode 100644 index e497da9..0000000 --- a/OpenPods/.idea/runConfigurations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle index 339142e..76cfd3f 100644 --- a/OpenPods/app/build.gradle +++ b/OpenPods/app/build.gradle @@ -33,6 +33,6 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation "androidx.preference:preference:1.1.1" } diff --git a/OpenPods/build.gradle b/OpenPods/build.gradle index f7d726a..6a47158 100644 --- a/OpenPods/build.gradle +++ b/OpenPods/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files