Skip to content

Commit 2f152e7

Browse files
Update to Kuper 2.5.2
1 parent e110bfc commit 2f152e7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v3
22+
uses: actions/setup-java@v4
2323
with:
2424
distribution: adopt
2525
java-version: 17
@@ -28,7 +28,7 @@ jobs:
2828
run: rm -f ~/.gradle/caches/modules-2/modules-2.lock; rm -fr ~/.gradle/caches/*/plugin-resolution/
2929

3030
- name: Cache Gradle
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/.android/build-cache

buildSrc/src/main/java/MyApp.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object MyApp {
44
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"
77
}

buildSrc/src/main/java/Versions.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
object Versions {
44
// 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"
88

99
// OneSignal
10-
const val oneSignal = "4.8.8"
10+
const val oneSignal = "4.8.10"
1111

1212
// App
1313
const val minSdk = 21
1414
const val targetSdk = 34
1515
const val buildTools = "34.0.0"
1616

1717
// Kuper
18-
const val kuper = "2.5.1"
18+
const val kuper = "2.5.2"
1919
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Jul 24 22:47:34 CEST 2022
22
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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)