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 65d8659 commit 4507d3a
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 4507d3a

Please sign in to comment.