Skip to content

Commit

Permalink
chore(app): prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jul 19, 2021
1 parent 1360f19 commit e3431c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.github.ashutoshgngwr.noice'
minSdkVersion 21
targetSdkVersion 30
versionCode 41
versionName '1.0.0'
versionCode 42
versionName '1.0.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Fix incorrect text rendering in "Support Development"
- Fix issues with analytics
- Other minor improvements

We're continuously working to make Noice better. Please turn on updates to never miss a thing!
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG

1 comment on commit e3431c8

@ashutoshgngwr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.