File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/setup-java@v4
52
52
with :
53
53
distribution : " temurin"
54
- java-version : " 17 "
54
+ java-version : " 21 "
55
55
56
56
- name : Setup Gradle
57
57
uses : gradle/actions/setup-gradle@v3
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ val androidMinSdkVersion by extra(27)
72
72
val androidBuildToolsVersion by extra(" 34.0.0" )
73
73
val androidCompileSdkVersion by extra(34 )
74
74
val androidCompileNdkVersion by extra(" 26.2.11394342" )
75
- val androidSourceCompatibility by extra(JavaVersion .VERSION_17 )
76
- val androidTargetCompatibility by extra(JavaVersion .VERSION_17 )
75
+ val androidSourceCompatibility by extra(JavaVersion .VERSION_21 )
76
+ val androidTargetCompatibility by extra(JavaVersion .VERSION_21 )
77
77
78
78
tasks.register(" Delete" , Delete ::class ) {
79
79
delete(rootProject.layout.buildDirectory)
You can’t perform that action at this time.
0 commit comments