We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d195 commit cea2bf2Copy full SHA for cea2bf2
app/android/app/build.gradle
@@ -41,12 +41,12 @@ android {
41
// Older androids ( < API 26) use Java 7
42
// Sets Java compatibility to Java 8
43
// Needed to run JAVA 8 for backwards compatibility with Androids older than API 26, see #1165.
44
- sourceCompatibility JavaVersion.VERSION_1_8
45
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
46
}
47
48
kotlinOptions {
49
- jvmTarget = '1.8'
+ jvmTarget = '17'
50
51
52
sourceSets {
0 commit comments