7fabfd402f
The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
12 lines
274 B
Groovy
12 lines
274 B
Groovy
ext.versions = [
|
|
androidGradlePlugin : '3.4.2',
|
|
compileSdk : 28,
|
|
minSdk : 18,
|
|
targetSdk : 28,
|
|
buildTools : '28.0.3',
|
|
|
|
]
|
|
|
|
ext.libraries = [
|
|
androidGradlePlugin : "com.android.tools.build:gradle:$versions.androidGradlePlugin"
|
|
]
|