File tree 5 files changed +14
-11
lines changed
5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
object Kuper {
4
4
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 "
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.2 .0"
6
- const val kotlin = " 1.9.22 "
5
+ const val gradle = " 8.3 .0"
6
+ const val kotlin = " 1.9.23 "
7
7
const val sonatype = " 1.3.0"
8
- const val ksp = " $kotlin -1.0.16 "
8
+ const val ksp = " $kotlin -1.0.20 "
9
9
10
10
// OneSignal
11
- const val oneSignal = " 4.8.7 "
11
+ const val oneSignal = " 4.8.8 "
12
12
13
13
// App
14
14
const val minSdk = 21
15
15
const val targetSdk = 34
16
16
const val buildTools = " 34.0.0"
17
17
18
18
// Frames
19
- const val frames = " 3.6.0 "
19
+ const val frames = " 3.6.1 "
20
20
21
21
// Kustom API
22
- const val kustomApi = " 20 "
22
+ const val kustomApi = " 21 "
23
23
24
24
// Lifecycle Runtime KTX
25
- const val lifecycleRuntimeKtx = " 2.6.2 "
25
+ const val lifecycleRuntimeKtx = " 2.7.0 "
26
26
}
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.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ gradle.startParameter.excludedTaskNames.addAll(listOf (" :buildSrc:testClasses" ))
2
+
3
+ include(" :app" )
4
+ include(" :library" )
You can’t perform that action at this time.
0 commit comments