We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f09a6 commit 435bf92Copy full SHA for 435bf92
2 files changed
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "xyz.tberghuis.floatingtimer"
15
minSdk = 26
16
targetSdk = 34
17
- versionCode = 79
18
- versionName = "1.43.0"
+ versionCode = 80
+ versionName = "1.43.1"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
docs/changelog.txt
@@ -1,3 +1,6 @@
1
+v1.43.1 2025-02-22 dev-deeplink
2
+ feature: launch timer by link
3
+
4
v1.43.0 2025-02-22 dev-deeplink
5
feature: launch timer by link
6
0 commit comments