Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsrk committed Feb 5, 2025
1 parent 1e26751 commit beef480
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -13,8 +13,8 @@ android {
applicationId = "dev.robin.flip_2_dnd"
minSdk = 23
targetSdk = 34
versionCode = 12
versionName = "1.1.2"
versionCode = 20
versionName = "2.0.0"
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 @@ -81,8 +81,14 @@ Builds:
subdir: app
gradle:
- yes
- versionName: '2.0.0'
versionCode: 20
commit: v2.0.0
subdir: app
gradle:
- yes

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.1.2'
CurrentVersionCode: 12
CurrentVersion: '2.0.0'
CurrentVersionCode: 20
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Custom sounds for user choice
- Custom volume can be adjusted

0 comments on commit beef480

Please sign in to comment.