Skip to content

Commit 452a1f3

Browse files
rootKartatz
authored andcommitted
[TF] switch to Java 21
1 parent b0983d5 commit 452a1f3

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

TMessagesProj/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ android {
8585
}
8686

8787
compileOptions {
88-
sourceCompatibility JavaVersion.VERSION_1_8
89-
targetCompatibility JavaVersion.VERSION_1_8
88+
sourceCompatibility JavaVersion.VERSION_21
89+
targetCompatibility JavaVersion.VERSION_21
9090

9191
coreLibraryDesugaringEnabled true
9292
}

TMessagesProj_App/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
}
3434

3535
compileOptions {
36-
sourceCompatibility JavaVersion.VERSION_1_8
37-
targetCompatibility JavaVersion.VERSION_1_8
36+
sourceCompatibility JavaVersion.VERSION_21
37+
targetCompatibility JavaVersion.VERSION_21
3838

3939
coreLibraryDesugaringEnabled true
4040
}

TMessagesProj_AppHuawei/build.gradle

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

4545
compileOptions {
46-
sourceCompatibility JavaVersion.VERSION_1_8
47-
targetCompatibility JavaVersion.VERSION_1_8
46+
sourceCompatibility JavaVersion.VERSION_21
47+
targetCompatibility JavaVersion.VERSION_21
4848

4949
coreLibraryDesugaringEnabled true
5050
}

TMessagesProj_AppStandalone/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
}
3838

3939
compileOptions {
40-
sourceCompatibility JavaVersion.VERSION_1_8
41-
targetCompatibility JavaVersion.VERSION_1_8
40+
sourceCompatibility JavaVersion.VERSION_21
41+
targetCompatibility JavaVersion.VERSION_21
4242

4343
coreLibraryDesugaringEnabled true
4444
}

TMessagesProj_AppTests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
}
4545

4646
compileOptions {
47-
sourceCompatibility JavaVersion.VERSION_1_8
48-
targetCompatibility JavaVersion.VERSION_1_8
47+
sourceCompatibility JavaVersion.VERSION_21
48+
targetCompatibility JavaVersion.VERSION_21
4949

5050
coreLibraryDesugaringEnabled true
5151
}

0 commit comments

Comments
 (0)