Skip to content

Commit 993665d

Browse files
committed
Fix dexing by enable desugaring for Java 8 bytecode
1 parent 2aa4eba commit 993665d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/android/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ android {
2424
exclude 'META-INF/LICENSE.txt'
2525
}
2626

27+
compileOptions {
28+
sourceCompatibility 1.8
29+
targetCompatibility 1.8
30+
}
31+
2732
}
2833

2934
dependencies {

0 commit comments

Comments
 (0)