Skip to content

Commit

Permalink
Release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Oct 6, 2024
1 parent 53eea63 commit 47e4a68
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 @@ -104,8 +104,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 14
versionName = "1.0.12"
versionCode = 15
versionName = "1.0.13"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Allow reordering and hiding tabs
- Multiple crashes fixed

0 comments on commit 47e4a68

Please sign in to comment.