Skip to content

Commit 50b4efb

Browse files
author
Franco Bugnano
committed
Fix compilation on Android
1 parent 631a204 commit 50b4efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/push_notifications/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
kotlinOptions {
40-
jvmTarget = '1.8'
40+
jvmTarget = '17'
4141
}
4242

4343
sourceSets {

0 commit comments

Comments
 (0)