Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsrk committed Dec 8, 2024
1 parent e59b8d3 commit d21ef65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "dev.robin.flip_2_dnd"
minSdk = 23
targetSdk = 34
versionCode = 4
versionName = "1.0.4"
versionCode = 5
versionName = "1.0.5"
vectorDrawables {
useSupportLibrary = true
}
Expand Down
10 changes: 8 additions & 2 deletions metadata/dev.robin.flip_2_dnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,14 @@ Builds:
subdir: app
gradle:
- yes
- versionName: '1.0.5'
versionCode: 5
commit: v1.0.5
subdir: app
gradle:
- yes

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.0.4'
CurrentVersionCode: 4
CurrentVersion: '1.0.5'
CurrentVersionCode: 5
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 1.0.5 Improvements:
- Added independent Sound and Vibration toggle settings
- Improved service restart mechanism for settings changes
- Added custom sound feedback for DND on/off states

0 comments on commit d21ef65

Please sign in to comment.