Selaa lähdekoodia

Update Android custom template build configuration.

(cherry picked from commit 9c11076a209a2427a54d04abe76373587dc9edcf)
fhuya 5 vuotta sitten
vanhempi
commit
fd045b8b91

+ 5 - 0
platform/android/java/app/build.gradle

@@ -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()

+ 2 - 0
platform/android/java/app/settings.gradle

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