diff --git a/app/build.gradle b/app/build.gradle index 8a7f509..7d8d9b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) android { namespace 'com.abhishek.germanPocketDictionary' - compileSdkVersion 33 + compileSdk 34 signingConfigs { release { @@ -26,7 +26,7 @@ android { defaultConfig { applicationId "com.abhishek.germanPocketDictionary" minSdk 21 - targetSdkVersion 32 + targetSdkVersion 34 versionCode 15 versionName '2.0.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/build.gradle b/build.gradle index 9b320c2..5109fec 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" classpath 'com.google.dagger:hilt-android-gradle-plugin:2.43.2' classpath "org.jlleitschuh.gradle:ktlint-gradle:$ktlintPluginVersion" diff --git a/gradle.properties b/gradle.properties index 8daead6..5b8ad3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,10 +12,11 @@ android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m - # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - -applicationName=German Pocket Dictionary \ No newline at end of file +applicationName=German Pocket Dictionary +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0444fe2..8139e45 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Sep 05 03:22:29 IST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME