Skip to content

Commit f6c12f9

Browse files
chore: update dependencies
1 parent 8e98b9c commit f6c12f9

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

buildSrc/src/main/java/Kuper.kt

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

33
object Kuper {
44
const val appId = "dev.jahir.kuper.app"
5-
const val version = 250
6-
const val versionName = "2.5.0"
5+
const val version = 251
6+
const val versionName = "2.5.1"
77
}

buildSrc/src/main/java/Versions.kt

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
object Versions {
44
// Plugins
5-
const val gradle = "8.2.0"
6-
const val kotlin = "1.9.22"
5+
const val gradle = "8.3.0"
6+
const val kotlin = "1.9.23"
77
const val sonatype = "1.3.0"
8-
const val ksp = "$kotlin-1.0.16"
8+
const val ksp = "$kotlin-1.0.20"
99

1010
// OneSignal
11-
const val oneSignal = "4.8.7"
11+
const val oneSignal = "4.8.8"
1212

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

1818
// Frames
19-
const val frames = "3.6.0"
19+
const val frames = "3.6.1"
2020

2121
// Kustom API
22-
const val kustomApi = "20"
22+
const val kustomApi = "21"
2323

2424
// Lifecycle Runtime KTX
25-
const val lifecycleRuntimeKtx = "2.6.2"
25+
const val lifecycleRuntimeKtx = "2.7.0"
2626
}
+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.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

-1
This file was deleted.

settings.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
gradle.startParameter.excludedTaskNames.addAll(listOf(":buildSrc:testClasses"))
2+
3+
include(":app")
4+
include(":library")

0 commit comments

Comments
 (0)