Skip to content

Commit

Permalink
bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Jul 11, 2021
1 parent 5baf774 commit 379f086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Expand Up @@ -32,6 +32,9 @@ Pull requests are welcome—but please check with us on IRC before starting a su

### Changelog

##### v1.7.1
* Fixed an issue of disappearing bubbles

##### v1.7
* Removed storage access permission on Android 9+
* Added launcher and direct share shortcuts
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -70,8 +70,8 @@ android {
compileSdkVersion(30)

defaultConfig {
versionCode = 1_07_00
versionName = "1.7"
versionCode = 1_07_01
versionName = "1.7.1"

minSdkVersion(21)
targetSdkVersion(30)
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/10701.txt
@@ -0,0 +1 @@
* Fixed an issue of disappearing bubbles

0 comments on commit 379f086

Please sign in to comment.