File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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.frames.app"
5
- const val version = 362
6
- const val versionName = " 3.6.2 "
5
+ const val version = 363
6
+ const val versionName = " 3.6.3 "
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.5.0 "
6
- const val kotlin = " 2.0 .0"
7
- const val ksp = " $kotlin -1.0.22 "
5
+ const val gradle = " 8.6.1 "
6
+ const val kotlin = " 2.1 .0"
7
+ const val ksp = " $kotlin -1.0.29 "
8
8
9
9
// OneSignal
10
10
const val oneSignal = " 4.8.10"
11
11
12
12
// App
13
13
const val minSdk = 21
14
- const val targetSdk = 34
15
- const val buildTools = " 34 .0.0"
14
+ const val targetSdk = 35
15
+ const val buildTools = " 35 .0.0"
16
16
17
17
// Frames
18
- const val frames = " 3.6.2 "
18
+ const val frames = " 3.6.3 "
19
19
}
You can’t perform that action at this time.
0 commit comments