Skip to content

Commit

Permalink
upgrade version - 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Aug 18, 2022
1 parent 243c7e1 commit acd1bb8
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 @@ -31,8 +31,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 47
versionName = "2.6.6"
versionCode = 48
versionName = "2.6.7"

multiDexEnabled = true
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v2.6.7
- fix wrong format update when active landscape activity

0 comments on commit acd1bb8

Please sign in to comment.