Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tberghuis committed Nov 30, 2024
1 parent eefd004 commit 7a06acb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "xyz.tberghuis.floatingtimer"
minSdk = 26
targetSdk = 34
versionCode = 70
versionName = "1.38.0"
versionCode = 71
versionName = "1.39.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.39.0 2024-11-30 dev-looping
add settings screen
add option to stop alarm from repeating
refactoring singletons with dependency on Context

v1.38.0 2024-11-19 dev-settings
update dependencies
billing client v7
Expand Down

0 comments on commit 7a06acb

Please sign in to comment.