Skip to content

Commit d2f6f6a

Browse files
committed
* Compatibility fix
1 parent e1310f4 commit d2f6f6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ android {
1919
}
2020
productFlavors {
2121
}
22+
compileOptions {
23+
sourceCompatibility = 1.8
24+
targetCompatibility = 1.8
25+
}
2226
}
2327

2428
dependencies {

0 commit comments

Comments
 (0)