File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
android/.github/workflows Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ jobs:
12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@v2
15
- - name : Set up JDK 11
15
+ - name : Set up JDK 17
16
16
uses : actions/setup-java@v1
17
17
with :
18
- java-version : 11
19
- # Base64 decodes and pipes the GPG key content into the secret file
18
+ java-version : 17
20
19
- name : Prepare environment
21
20
env :
22
21
GPG_KEY_CONTENTS : ${{ secrets.GPG_KEY_CONTENTS }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@v2
15
- - name : Set up JDK 11
15
+ - name : Set up JDK 17
16
16
uses : actions/setup-java@v1
17
17
with :
18
- java-version : 11
18
+ java-version : 17
19
19
# Base64 decodes and pipes the GPG key content into the secret file
20
20
- name : Prepare environment
21
21
env :
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id "org.jetbrains.kotlin.jvm" version '1.8.0 '
2
+ id "org.jetbrains.kotlin.jvm" version '1.9.10 '
3
3
id "java-library"
4
- id "io.github.gradle-nexus.publish-plugin" version "1.1 .0"
4
+ id "io.github.gradle-nexus.publish-plugin" version "1.3 .0"
5
5
}
6
6
7
7
apply from: "${rootDir}/scripts/configure.gradle"
@@ -29,9 +29,11 @@ repositories {
29
29
}
30
30
31
31
dependencies {
32
- api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
33
- api(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
32
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
33
+
34
+ api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
34
35
api("com.squareup.okhttp3:okhttp")
36
+
35
37
implementation("com.squareup.okhttp3:okhttp-urlconnection")
36
38
implementation("com.squareup.okhttp3:logging-interceptor")
37
39
implementation("com.google.code.gson:gson:2.9.0")
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments