diff --git a/app/build.gradle b/app/build.gradle index e1102b4..cabcade 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,14 +3,14 @@ plugins { } android { - compileSdk = 36 + compileSdk = 37 namespace = "com.didomi.sampleappjava" defaultConfig { applicationId = "com.didomi.sampleappjava" minSdk = 23 - targetSdk = 36 + targetSdk = 37 versionCode = 1 versionName = "1.0" @@ -25,9 +25,9 @@ android { } dependencies { - implementation("io.didomi.sdk:android:2.45.0") + implementation("io.didomi.sdk:android:2.46.0") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.lifecycle:lifecycle-viewmodel:2.10.0") - implementation("com.google.android.gms:play-services-ads:24.8.0") - implementation("com.google.android.material:material:1.13.0") + implementation("androidx.lifecycle:lifecycle-viewmodel:2.11.0") + implementation("com.google.android.gms:play-services-ads:25.4.0") + implementation("com.google.android.material:material:1.14.0") } diff --git a/build.gradle b/build.gradle index 29df2dc..9f7f46d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.13.1' apply false + id 'com.android.application' version '9.3.1' apply false } diff --git a/gradle.properties b/gradle.properties index cc2be8b..e5b43bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,3 +20,13 @@ android.useAndroidX=true # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.nonFinalResIds=true +android.defaults.buildfeatures.resvalues=true +android.sdk.defaultTargetSdkToCompileSdkIfUnset=false +android.enableAppCompileTimeRClass=false +android.usesSdkInManifest.disallowed=false +android.uniquePackageNames=false +android.dependency.useConstraints=true +android.r8.strictFullModeForKeepRules=false +android.r8.optimizedResourceShrinking=false +android.builtInKotlin=false +android.newDsl=false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a35649f..1adfd2e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME