Skip to content

Commit 5104e56

Browse files
committed
Switched JavaVersion.VERSION_1_8 to JavaVersion.VERSION_17.
1 parent 6eb82f1 commit 5104e56

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

TMessagesProj/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
}
8181

8282
compileOptions {
83-
sourceCompatibility JavaVersion.VERSION_1_8
84-
targetCompatibility JavaVersion.VERSION_1_8
83+
sourceCompatibility JavaVersion.VERSION_17
84+
targetCompatibility JavaVersion.VERSION_17
8585

8686
coreLibraryDesugaringEnabled true
8787
}

TMessagesProj_App/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
}
3636

3737
compileOptions {
38-
sourceCompatibility JavaVersion.VERSION_1_8
39-
targetCompatibility JavaVersion.VERSION_1_8
38+
sourceCompatibility JavaVersion.VERSION_17
39+
targetCompatibility JavaVersion.VERSION_17
4040

4141
coreLibraryDesugaringEnabled true
4242
}

TMessagesProj_AppHuawei/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
}
4949

5050
compileOptions {
51-
sourceCompatibility JavaVersion.VERSION_1_8
52-
targetCompatibility JavaVersion.VERSION_1_8
51+
sourceCompatibility JavaVersion.VERSION_17
52+
targetCompatibility JavaVersion.VERSION_17
5353

5454
coreLibraryDesugaringEnabled true
5555
}

TMessagesProj_AppStandalone/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
}
4343

4444
compileOptions {
45-
sourceCompatibility JavaVersion.VERSION_1_8
46-
targetCompatibility JavaVersion.VERSION_1_8
45+
sourceCompatibility JavaVersion.VERSION_17
46+
targetCompatibility JavaVersion.VERSION_17
4747

4848
coreLibraryDesugaringEnabled true
4949
}

0 commit comments

Comments
 (0)