We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67d08a commit 4233e11Copy full SHA for 4233e11
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -1,8 +1,8 @@
1
package com.example.util.simpletimetracker
2
3
object Base {
4
- const val versionCode = 23
5
- const val versionName = "1.22"
+ const val versionCode = 24
+ const val versionName = "1.23"
6
const val minSDK = 19
7
const val currentSDK = 32
8
// TODO after raising sdk to 33 check alarmManager scheduling.
0 commit comments