2
0
Fork 0

Downgrade android gradle plugin to version 7.2.1.

Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up.

(cherry picked from commit 4507d3a38c)
4.0
Fredia Huya-Kouadio 2023-04-21 14:34:07 +07:00 committed by Yuri Sizov
parent 82aab2b0ea
commit eae3d61d7f
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
ext.versions = [ ext.versions = [
androidGradlePlugin: '7.3.0', androidGradlePlugin: '7.2.1',
compileSdk : 33, compileSdk : 33,
// Also update 'platform/android/export/export_plugin.cpp#OPENGL_MIN_SDK_VERSION' // Also update 'platform/android/export/export_plugin.cpp#OPENGL_MIN_SDK_VERSION'
minSdk : 21, minSdk : 21,