Skip to content

Commit e82e185

Browse files
Merge pull request #322 from DattatreyaReddy/android-fix
fixed android workflow
2 parents 4e3c666 + 799a65d commit e82e185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
kotlinOptions {
41-
jvmTarget = '1.8'
41+
jvmTarget = '17'
4242
}
4343

4444
sourceSets {

0 commit comments

Comments
 (0)