Skip to content

Commit f3b50cd

Browse files
authored
fix(android): fix lambda expressions are not supported in -source 1.7 (#32)
1 parent cdf6538 commit f3b50cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flipper-native/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ android {
1414
versionCode 1
1515
versionName "1.0"
1616
}
17+
compileOptions {
18+
sourceCompatibility JavaVersion.VERSION_1_8
19+
targetCompatibility JavaVersion.VERSION_1_8
20+
}
1721
}
1822

1923
dependencies {

0 commit comments

Comments
 (0)