mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-08 20:09:36 +01:00
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.
This commit is contained in:
parent
25e57a4268
commit
d54b5ad8f8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user