aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index e31a312..11be396 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -81,8 +81,8 @@ android {
}
compileOptions {
- sourceCompatibility '1.8'
- targetCompatibility '1.8'
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
}
sourceSets {