Skip to content

Commit

Permalink
Merge pull request #76329 from m4gr3d/downgrade_agp_3x
Browse files Browse the repository at this point in the history
[3.x] Downgrade android gradle plugin to version 7.2.1.
  • Loading branch information
m4gr3d authored Apr 23, 2023
2 parents 17e0a02 + 837db0b commit d466840
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,
minSdk : 19, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_MIN_SDK_VERSION'
targetSdk : 33, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
Expand Down

0 comments on commit d466840

Please sign in to comment.