Skip to content

Commit

Permalink
Bump AGP version to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed May 18, 2024
1 parent e6f5752 commit 8fa86eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ org.gradle.jvmargs=-Xmx2048m -Xms256m -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnO
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# https://developer.android.com/build/releases/gradle-plugin#library-classes-shrunk
android.disableMinifyLocalDependenciesForLibraries=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minSdk = "26"
targetSdk = "34"
compileSdk = "34"
agp = "8.3.2"
agp = "8.4.0"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
ktlint = "12.1.1"
Expand Down

0 comments on commit 8fa86eb

Please sign in to comment.