diff --git a/app/build.gradle b/app/build.gradle index cbf5f141b..dd0c08aad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,11 +8,11 @@ plugins { } def flavor android { - compileSdk 31 + compileSdk 32 defaultConfig { minSdk 21 - targetSdk 31 + targetSdk 32 versionCode 434 versionName "3.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -78,8 +78,8 @@ allprojects { } dependencies { implementation project(':autoimageslider') - implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'com.google.android.material:material:1.6.1' + implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "com.google.code.gson:gson:2.9.1" implementation 'com.squareup.retrofit2:retrofit:2.9.0' @@ -119,7 +119,7 @@ dependencies { implementation "com.madgag.spongycastle:bctls-jdk15on:1.58.0.0" implementation 'com.github.UnifiedPush:android-connector:2.0.1' // implementation 'com.github.UnifiedPush:android-foss_embedded_fcm_distributor:1.0.0-beta1' - playstoreImplementation ('com.github.UnifiedPush:android-embedded_fcm_distributor:2.1.3') { + playstoreImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:2.1.3') { exclude group: 'com.google.firebase', module: 'firebase-core' exclude group: 'com.google.firebase', module: 'firebase-analytics' exclude group: 'com.google.firebase', module: 'firebase-measurement-connector' @@ -129,12 +129,12 @@ dependencies { implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'androidx.lifecycle:lifecycle-livedata:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' - implementation 'androidx.navigation:navigation-fragment:2.5.1' - implementation 'androidx.navigation:navigation-ui:2.5.1' + implementation 'androidx.navigation:navigation-fragment:2.5.3' + implementation 'androidx.navigation:navigation-ui:2.5.3' testImplementation 'junit:junit:' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' } diff --git a/autoimageslider/build.gradle b/autoimageslider/build.gradle index 3acabfb77..7ae4da409 100644 --- a/autoimageslider/build.gradle +++ b/autoimageslider/build.gradle @@ -7,8 +7,6 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 31 - versionCode 5 - versionName "1.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/build.gradle b/build.gradle index 9e7043247..07c89c99c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,10 +6,10 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1" - classpath 'com.google.gms:google-services:4.3.8' + classpath 'com.google.gms:google-services:4.3.10' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/cropper/build.gradle b/cropper/build.gradle index f603264a2..3486b1929 100644 --- a/cropper/build.gradle +++ b/cropper/build.gradle @@ -5,7 +5,6 @@ android { compileSdk 31 defaultConfig { minSdkVersion 14 - versionCode 1 } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbef1cdf8..15aec3856 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Nov 03 09:29:30 CET 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/mytransl/build.gradle b/mytransl/build.gradle index 6cd6f921a..28f0d2387 100644 --- a/mytransl/build.gradle +++ b/mytransl/build.gradle @@ -8,8 +8,6 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 31 - versionCode 7 - versionName "3.0" } buildTypes { release { diff --git a/ratethisapp/build.gradle b/ratethisapp/build.gradle index f4cd3f1a8..1c2d07cae 100644 --- a/ratethisapp/build.gradle +++ b/ratethisapp/build.gradle @@ -6,8 +6,6 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 31 - versionCode 1 - versionName "1.0" } buildTypes {