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 c0426d1 commit 7ece409Copy full SHA for 7ece409
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 = 21
5
- const val versionName = "1.20"
+ const val versionCode = 22
+ const val versionName = "1.21"
6
const val minSDK = 19
7
const val currentSDK = 32
8
// TODO after raising sdk to 33 check alarmManager scheduling.
0 commit comments