Skip to content

Commit 8282b41

Browse files
Alex BabichAlex Babich
authored andcommitted
- Added java 17
1 parent 9697ada commit 8282b41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ android {
3636
defaultConfig {
3737
minSdkVersion 21
3838
}
39+
40+
compileOptions {
41+
sourceCompatibility JavaVersion.VERSION_17
42+
targetCompatibility JavaVersion.VERSION_17
43+
}
3944
}
4045

4146
dependencies {

0 commit comments

Comments
 (0)