Skip to content

Commit 8784c39

Browse files
Alex BabichAlex Babich
authored andcommitted
- Added Java compile version
1 parent 355ba2a commit 8784c39

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
@@ -39,6 +39,11 @@ android {
3939
defaultConfig {
4040
minSdkVersion 19
4141
}
42+
43+
compileOptions {
44+
sourceCompatibility JavaVersion.VERSION_17
45+
targetCompatibility JavaVersion.VERSION_17
46+
}
4247
}
4348

4449
dependencies {

0 commit comments

Comments
 (0)