summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ed259d)
raw | patch | inline | side by side (parent: 0ed259d)
author | fred-boy <fredboy@protonmail.com> | |
Sat, 28 Sep 2019 20:27:10 +0000 (03:27 +0700) | ||
committer | fred-boy <fredboy@protonmail.com> | |
Sun, 29 Sep 2019 04:39:18 +0000 (11:39 +0700) |
android/build.gradle | patch | blob | history |
diff --git a/android/build.gradle b/android/build.gradle
index 3430ac90888e3486f7f18a87bfd6d1687a5b876b..b8cfebe5ba54a0ea8532283c7840a3909f91543c 100644 (file)
--- a/android/build.gradle
+++ b/android/build.gradle
res.srcDirs = ['debug/res']
}
}
+ compileOptions {
+ sourceCompatibility 1.8
+ targetCompatibility 1.8
+ }
packagingOptions {
exclude 'META-INF/robovm/ios/robovm.xml'
}