GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed259d
)
Fix android/build.gradle
dev
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
@@
-15,6
+15,10
@@
android {
res.srcDirs = ['debug/res']
}
}
+ compileOptions {
+ sourceCompatibility 1.8
+ targetCompatibility 1.8
+ }
packagingOptions {
exclude 'META-INF/robovm/ios/robovm.xml'
}
DEADSOFTWARE 2012-2025