Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 7ee68e6

Browse files
committed
* java 1.8 for butterknife
1 parent de66051 commit 7ee68e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ android {
4646
lintOptions {
4747
abortOnError false
4848
}
49+
50+
compileOptions {
51+
sourceCompatibility JavaVersion.VERSION_1_8
52+
targetCompatibility JavaVersion.VERSION_1_8
53+
}
4954
}
5055

5156
dependencies {

0 commit comments

Comments
 (0)