You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user