Skip to content

Commit 05d7b6a

Browse files
committed
add compatibility with java8 bytecode
1 parent d8f77e2 commit 05d7b6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messaging/testapp/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ android {
2525
compileSdkVersion 28
2626
buildToolsVersion '28.0.3'
2727

28+
android {
29+
compileOptions {
30+
sourceCompatibility 1.8
31+
targetCompatibility 1.8
32+
}
33+
}
34+
2835
sourceSets {
2936
main {
3037
jniLibs.srcDirs = ['libs']

0 commit comments

Comments
 (0)