Skip to content

Commit

Permalink
Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings
Browse files Browse the repository at this point in the history
Update Android custom template build configuration
  • Loading branch information
akien-mga authored Apr 10, 2020
2 parents c52beb6 + 9c11076 commit 35c8ec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform/android/java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 2 additions & 0 deletions platform/android/java/app/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Empty settings.gradle file to denote this directory as being the root project
// of the Godot custom build.

0 comments on commit 35c8ec0

Please sign in to comment.