We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6901bdd commit f33956bCopy full SHA for f33956b
.github/workflows/publish.yml
@@ -13,11 +13,10 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v2
15
16
- - name: Set up JDK 11
17
- uses: actions/setup-java@v2
+ - name: Set up JDK 17
+ uses: actions/setup-java@v1
18
with:
19
- distribution: 'temurin'
20
- java-version: '11'
+ java-version: '17'
21
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.4.0"
+agp = "8.3.1"
3
kotlin = "1.9.0"
4
coreKtx = "1.13.1"
5
junit = "4.13.2"
0 commit comments