Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings

Update Android custom template build configuration
This commit is contained in:
Rémi Verschelde 2020-04-10 13:57:56 +02:00 committed by GitHub
commit 35c8ec065c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,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()

View file

@ -0,0 +1,2 @@
// Empty settings.gradle file to denote this directory as being the root project
// of the Godot custom build.