Skip to content

Commit a343e06

Browse files
committed
changed JavaVersion tag to solve warning during compilation
1 parent 504f754 commit a343e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ android {
133133
ndkVersion rootProject.ext.ndkVersion
134134

135135
compileOptions {
136-
sourceCompatibility JavaVersion.VERSION_1_8
137-
targetCompatibility JavaVersion.VERSION_1_8
136+
sourceCompatibility JavaVersion.VERSION_11
137+
targetCompatibility JavaVersion.VERSION_11
138138
}
139139
compileSdkVersion rootProject.ext.compileSdkVersion
140140

0 commit comments

Comments
 (0)