Skip to content

Commit

Permalink
Updating AGP to 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
5AbhishekSaxena committed Jan 27, 2024
1 parent 988e811 commit 33c23a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
namespace 'com.abhishek.germanPocketDictionary'
compileSdkVersion 33
compileSdk 34

signingConfigs {
release {
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
applicationName=German Pocket Dictionary
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33c23a9

Please sign in to comment.