Skip to content

Commit

Permalink
Bump app version to v1.4.10 (#365)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update whatsnew-en-US

* Create 1410.txt
  • Loading branch information
yogeshpaliyal authored Mar 5, 2023
1 parent b18d3f4 commit 095126b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId appPackageId
minSdk 22
targetSdk 33
versionCode 1409
versionName "1.4.9"
versionCode 1410
versionName "1.4.10"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changed to mono font
Migrating to compose
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Library bumps
Changed to mono font
Migrating to compose

0 comments on commit 095126b

Please sign in to comment.