Skip to content

Commit 1f8f48d

Browse files
committed
1.8
1 parent 68f876e commit 1f8f48d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ android {
2020
lintOptions {
2121
abortOnError false
2222
}
23+
dexOptions {
24+
incremental true
25+
}
26+
compileOptions {
27+
sourceCompatibility JavaVersion.VERSION_1_8
28+
targetCompatibility JavaVersion.VERSION_1_8
29+
}
2330
}
2431

2532
dependencies {

0 commit comments

Comments
 (0)