Skip to content

Commit

Permalink
Update AGP version and Java compatibility
Browse files Browse the repository at this point in the history
The version of Android Gradle Plugin (AGP) has been updated from 7.4.2 to 8.5.1 in the gradle.properties file. Additionally, the source and target Java compatibility have been changed from version 17 to version 21 in the build.gradle file.
  • Loading branch information
luckycreationsindia committed Jul 19, 2024
1 parent 9b0d2a1 commit 716c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
AGPVersion=7.4.2
AGPVersion=8.5.1
KotlinVersion=1.9.23

0 comments on commit 716c7bd

Please sign in to comment.