Skip to content

Commit

Permalink
v1.2.0 -> Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Feb 26, 2022
1 parent eb0e605 commit 46fa6bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "phone.vishnu.dialogmusicplayer"
minSdk 21
targetSdk 31
versionCode 3
versionName "1.1.0"
versionCode 4
versionName "1.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/3.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Now supports Android's share to menu
- Performance improvements
- Bug fixes

0 comments on commit 46fa6bc

Please sign in to comment.