Skip to content

Commit 2942f69

Browse files
committed
(Example): Fix Android build warning
This change removes the warning: "[options] source value 8 is obsolete and will be removed in a future release" Signed-off-by: Victor Omondi <victor@slick.co.ke>
1 parent 4ddfa46 commit 2942f69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/push_notifications/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
compileOptions {
3333
coreLibraryDesugaringEnabled true
3434

35-
sourceCompatibility JavaVersion.VERSION_1_8
36-
targetCompatibility JavaVersion.VERSION_1_8
35+
sourceCompatibility JavaVersion.VERSION_17
36+
targetCompatibility JavaVersion.VERSION_17
3737
}
3838

3939
kotlinOptions {

0 commit comments

Comments
 (0)