Skip to content

Commit

Permalink
v2.9.0 -> Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Jan 27, 2022
1 parent 08513eb commit 38a06c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "phone.vishnu.quotes"
minSdkVersion 22
targetSdkVersion 31
versionCode 57
versionName "2.8.1"
versionCode 58
versionName "2.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/57.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
@@ -0,0 +1,5 @@
- Import fonts from device
- Update Font pick UI
- Update translations

Full Changelog -> https://github.com/VishnuSanal/Quotes/compare/v2.8.1...v2.9.0

0 comments on commit 38a06c1

Please sign in to comment.