Skip to content

Commit

Permalink
upgrade version - 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed May 6, 2023
1 parent 26b62c3 commit 54be5c4
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 66
versionName = "2.11.1"
versionCode = 67
versionName = "2.11.2"

multiDexEnabled = true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v2.11.2
- fixed bug that caused widget not being loaded on some devices
- updated some yue translations

0 comments on commit 54be5c4

Please sign in to comment.