Skip to content

Commit

Permalink
Update AGP to v8.3.2 and Gradle to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgerlei committed Apr 18, 2024
1 parent 4402e03 commit ed3c103
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply 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 @@
#Tue May 23 15:32:18 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ android {
targetCompatibility JavaVersion.VERSION_17
}

aaptOptions {
noCompress '.png' , '.html'
}

kotlinOptions {
jvmTarget = '17'
}
androidResources {
noCompress '.png', '.html'
}

}

Expand Down

0 comments on commit ed3c103

Please sign in to comment.