Skip to content

Commit

Permalink
Merge pull request #76325 from m4gr3d/downgrade_agp_main
Browse files Browse the repository at this point in the history
Downgrade android gradle plugin to version 7.2.1.
  • Loading branch information
akien-mga committed Apr 22, 2023
2 parents 898873b + 4507d3a commit 220d44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/app/config.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.versions = [
androidGradlePlugin: '7.3.0',
androidGradlePlugin: '7.2.1',
compileSdk : 33,
// Also update 'platform/android/export/export_plugin.cpp#OPENGL_MIN_SDK_VERSION'
minSdk : 21,
Expand Down

0 comments on commit 220d44e

Please sign in to comment.