diff --git a/OpenPods/.idea/compiler.xml b/OpenPods/.idea/compiler.xml
index 61a9130..fb7f4a8 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/jarRepositories.xml b/OpenPods/.idea/jarRepositories.xml
index a5f05cd..e34606c 100644
--- a/OpenPods/.idea/jarRepositories.xml
+++ b/OpenPods/.idea/jarRepositories.xml
@@ -21,5 +21,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/OpenPods/.idea/misc.xml b/OpenPods/.idea/misc.xml
index 3378229..98de6fa 100644
--- a/OpenPods/.idea/misc.xml
+++ b/OpenPods/.idea/misc.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle
index 631c53e..8eb1b69 100644
--- a/OpenPods/app/build.gradle
+++ b/OpenPods/app/build.gradle
@@ -1,16 +1,15 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 29
- buildToolsVersion '30.0.2'
+ compileSdkVersion 30
+ buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.dosse.airpods"
minSdkVersion 23
- //noinspection OldTargetApi
- targetSdkVersion 29
- versionCode 16
- versionName '1.5.1'
+ targetSdkVersion 30
+ versionCode 17
+ versionName '1.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -34,6 +33,6 @@ android {
}
dependencies {
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.appcompat:appcompat:1.3.0'
implementation "androidx.preference:preference:1.1.1"
}
diff --git a/OpenPods/build.gradle b/OpenPods/build.gradle
index 6cba4f3..9513f7f 100644
--- a/OpenPods/build.gradle
+++ b/OpenPods/build.gradle
@@ -3,11 +3,11 @@
buildscript {
repositories {
google()
- jcenter()
+ mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.2'
+ classpath 'com.android.tools.build:gradle:4.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
- jcenter()
+ mavenCentral()
}
}
diff --git a/OpenPods/gradle/wrapper/gradle-wrapper.properties b/OpenPods/gradle/wrapper/gradle-wrapper.properties
index 2e603cf..01b9392 100644
--- a/OpenPods/gradle/wrapper/gradle-wrapper.properties
+++ b/OpenPods/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon Nov 30 15:19:04 IST 2020
+#Mon Jun 07 14:29:04 IDT 2021
distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+zipStoreBase=GRADLE_USER_HOME