Skip to content

Commit 06b93e7

Browse files
Changed Java version to 1.8 (#25)
1 parent 881e52c commit 06b93e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
targetCompatibility JavaVersion.VERSION_1_9
27-
sourceCompatibility JavaVersion.VERSION_1_9
26+
targetCompatibility JavaVersion.VERSION_1_8
27+
sourceCompatibility JavaVersion.VERSION_1_8
2828
}
2929
testOptions {
3030
unitTests {

0 commit comments

Comments
 (0)