Skip to content

Commit e71a047

Browse files
java compatibility back to 1.6 for demo
1 parent 4165756 commit e71a047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
}
5353

5454
compileOptions {
55-
sourceCompatibility JavaVersion.VERSION_1_7
56-
targetCompatibility JavaVersion.VERSION_1_7
55+
sourceCompatibility JavaVersion.VERSION_1_6
56+
targetCompatibility JavaVersion.VERSION_1_6
5757
}
5858

5959
signingConfigs {

0 commit comments

Comments
 (0)