File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Set up JDK 17
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
distribution : adopt
25
25
java-version : 17
28
28
run : rm -f ~/.gradle/caches/modules-2/modules-2.lock; rm -fr ~/.gradle/caches/*/plugin-resolution/
29
29
30
30
- name : Cache Gradle
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : |
34
34
~/.android/build-cache
Original file line number Diff line number Diff line change 2
2
3
3
object MyApp {
4
4
const val appId = " dev.jahir.kuper.app"
5
- const val version = 251
6
- const val versionName = " 2.5.1 "
5
+ const val version = 252
6
+ const val versionName = " 2.5.2 "
7
7
}
Original file line number Diff line number Diff line change 2
2
3
3
object Versions {
4
4
// Plugins
5
- const val gradle = " 8.3 .0"
6
- const val kotlin = " 1.9.23 "
7
- const val ksp = " $kotlin -1.0.20 "
5
+ const val gradle = " 8.5 .0"
6
+ const val kotlin = " 2.0.0 "
7
+ const val ksp = " $kotlin -1.0.22 "
8
8
9
9
// OneSignal
10
- const val oneSignal = " 4.8.8 "
10
+ const val oneSignal = " 4.8.10 "
11
11
12
12
// App
13
13
const val minSdk = 21
14
14
const val targetSdk = 34
15
15
const val buildTools = " 34.0.0"
16
16
17
17
// Kuper
18
- const val kuper = " 2.5.1 "
18
+ const val kuper = " 2.5.2 "
19
19
}
Original file line number Diff line number Diff line change 1
1
# Sun Jul 24 22:47:34 CEST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments