File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v5
12
12
13
13
- name : Set up JDK
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v5
15
15
with :
16
16
distribution : ' zulu'
17
17
java-version : ' 11'
18
18
19
19
- name : Cache gradle, wrapper and buildSrc
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
~/.gradle/caches
33
33
run : ./gradlew assembleRelease --warning-mode all --stacktrace
34
34
35
35
- name : Upload APK
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : app-release
39
39
path : app/build/outputs/apk/release/*.apk
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Set up JDK
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : ' 11'
20
20
21
21
- name : Cache gradle, wrapper and buildSrc
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
~/.gradle/caches
35
35
run : ./gradlew assembleDebug --warning-mode all --stacktrace
36
36
37
37
- name : Upload APK
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : app-debug
41
41
path : app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3.3 .0
10
- - uses : gradle/wrapper-validation-action@v1.0.5
9
+ - uses : actions/checkout@v5.0 .0
10
+ - uses : gradle/wrapper-validation-action@v3.5.0
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Set up JDK
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : ' 11'
20
20
21
21
- name : Cache gradle, wrapper and buildSrc
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
~/.gradle/caches
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object versions {
29
29
}
30
30
31
31
object kotlin {
32
- const val core = " 1.6.21 "
32
+ const val core = " 2.2.10 "
33
33
const val coroutines = " 1.6.1"
34
34
}
35
35
@@ -52,9 +52,9 @@ object versions {
52
52
const val work = " 2.8.0-alpha02"
53
53
}
54
54
55
- const val koin = " 3.2 .0"
55
+ const val koin = " 4.1 .0"
56
56
const val moshiKotlin = " 1.13.0"
57
- const val retrofit = " 2.9 .0"
57
+ const val retrofit = " 3.0 .0"
58
58
const val okHttpLoggingInterceptor = " 5.0.0-alpha.2"
59
59
const val leakCanaryAndroid = " 2.7"
60
60
const val rxRelay = " 3.0.1"
@@ -81,13 +81,13 @@ object versions {
81
81
}
82
82
83
83
object firebase {
84
- const val bom = " 28.4.2 "
84
+ const val bom = " 34.1.0 "
85
85
}
86
86
87
- const val arrow = " 1 .1.2"
87
+ const val arrow = " 2 .1.2"
88
88
const val uri = " 0.3.3"
89
89
const val viewBindingDelegate = " 1.3.1"
90
- const val flowExt = " 0.3 .0"
90
+ const val flowExt = " 1.0 .0"
91
91
}
92
92
93
93
object deps {
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.6 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments