aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 13:27:27 -0400
committerGitHub <noreply@github.com>2019-06-07 13:27:27 -0400
commit41beee9022ecf85e4b6379acd03d2109efb61026 (patch)
tree697f7672ce80e46a219ddf9c70e20f116a5879ea /sample/build.gradle
parent5d86d9089697b152192b2786fbe0c708dd8b5e2b (diff)
parent6e37f118bfa98c07699d1d610a1549923d446ebe (diff)
downloadkau-41beee9022ecf85e4b6379acd03d2109efb61026.tar.gz
kau-41beee9022ecf85e4b6379acd03d2109efb61026.tar.bz2
kau-41beee9022ecf85e4b6379acd03d2109efb61026.zip
Merge pull request #201 from AllanWang/md-colors
Md colors
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index bb7cab0..d11e5bd 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -80,6 +80,11 @@ android {
pickFirst 'META-INF/library_release.kotlin_module'
}
+ compileOptions {
+ sourceCompatibility '1.8'
+ targetCompatibility '1.8'
+ }
+
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
test.java.srcDirs += 'src/test/kotlin'