File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 fetch-depth : 0
2626 submodules : true
2727
28- - name : Set up JDK 20
28+ - name : Set up JDK 21
2929 uses : actions/setup-java@v4
3030 with :
31- java-version : ' 20 '
31+ java-version : ' 21 '
3232 distribution : ' temurin'
3333 cache : gradle
3434
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 fetch-depth : 0
2626 submodules : true
2727
28- - name : Set up JDK 20
28+ - name : Set up JDK 21
2929 uses : actions/setup-java@v4
3030 with :
31- java-version : ' 20 '
31+ java-version : ' 21 '
3232 distribution : ' temurin'
3333 cache : gradle
3434
Original file line number Diff line number Diff line change @@ -141,12 +141,12 @@ android {
141141 }
142142
143143 compileOptions {
144- sourceCompatibility JavaVersion . VERSION_19
145- targetCompatibility JavaVersion . VERSION_19
144+ sourceCompatibility JavaVersion . VERSION_21
145+ targetCompatibility JavaVersion . VERSION_21
146146 }
147147
148148 kotlinOptions {
149- jvmTarget = JavaVersion . VERSION_19 . toString()
149+ jvmTarget = JavaVersion . VERSION_21 . toString()
150150 }
151151
152152}
You can’t perform that action at this time.
0 commit comments