We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ef4ac commit 6794630Copy full SHA for 6794630
2 files changed
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "xyz.tberghuis.floatingtimer"
15
minSdk = 26
16
targetSdk = 35
17
- versionCode = 81
18
- versionName = "1.44.0"
+ versionCode = 82
+ versionName = "1.45.0"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
docs/changelog.txt
@@ -1,3 +1,6 @@
1
+v1.45.0 2025-05-23 dev-edgetoedge
2
+ update targetSdk 35
3
+
4
v1.44.0 2025-03-04 dev-navigation
5
fix navigation back stack
6
auto start setting
0 commit comments