mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-15 12:26:54 +00:00
Update Android custom template build configuration.
(cherry picked from commit 9c11076a20)
This commit is contained in:
@@ -68,6 +68,11 @@ android {
|
||||
compileSdkVersion versions.compileSdk
|
||||
buildToolsVersion versions.buildTools
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// Feel free to modify the application id to your own.
|
||||
applicationId getExportPackageName()
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
// Empty settings.gradle file to denote this directory as being the root project
|
||||
// of the Godot custom build.
|
||||
Reference in New Issue
Block a user