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 ddfa03f commit 3207530
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 = 5
versionName = "1.0.5"
versionCode = 6
versionName = "1.0.6"
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 @@ -51,8 +51,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.5'
CurrentVersionCode: 5
CurrentVersion: '1.0.6'
CurrentVersionCode: 6
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed first-run service initialization issue
- Improved permission handling for service start
- Enhanced user feedback for missing permissions
- Fixed alignment issues in the settings page

0 comments on commit 3207530

Please sign in to comment.