Skip to content

Commit

Permalink
Downgrade android gradle plugin to version 7.2.1.
Browse files Browse the repository at this point in the history
Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up.
  • Loading branch information
m4gr3d committed Apr 21, 2023
1 parent 17e0a02 commit 837db0b
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 837db0b

Please sign in to comment.