We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c3183b + f8543ae commit bfa1d3eCopy full SHA for bfa1d3e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up JDK
18
uses: actions/setup-java@v3
19
with:
20
- java-version: '21'
+ java-version: '17'
21
distribution: 'temurin'
22
cache: gradle
23
app/build.gradle
@@ -116,8 +116,8 @@ android {
116
}
117
118
compileOptions {
119
- sourceCompatibility JavaVersion.VERSION_21
120
- targetCompatibility JavaVersion.VERSION_21
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
121
122
123
buildFeatures {
0 commit comments