Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsrk committed Jan 13, 2025
1 parent febf1b1 commit 21037e3
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -13,8 +13,8 @@ android {
applicationId = "dev.robin.flip_2_dnd"
minSdk = 23
targetSdk = 34
versionCode = 10
versionName = "1.1.0"
versionCode = 11
versionName = "1.1.1"
vectorDrawables {
useSupportLibrary = true
}
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- UI improvements
- New sound

0 comments on commit 21037e3

Please sign in to comment.