File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed 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 = 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 "
7
- const val ksp = " $kotlin -1.0.16 "
5
+ const val gradle = " 8.3 .0"
6
+ const val kotlin = " 1.9.23 "
7
+ const val ksp = " $kotlin -1.0.20 "
8
8
9
9
// OneSignal
10
- const val oneSignal = " 4.8.7 "
10
+ const val oneSignal = " 4.8.8 "
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.0 "
18
+ const val kuper = " 2.5.1 "
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.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" )
You can’t perform that action at this time.
0 commit comments