Skip to content

Commit

Permalink
bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Jun 22, 2021
1 parent 31544a4 commit 199d6cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Pull requests are welcome—but please check with us on IRC before starting a su

### Changelog

##### v1.7
* Removed storage access permission on Android 9+
* Added launcher and direct share shortcuts
* Added support for Bubbles on Android 11

##### v1.6
* Added search functionality
* Added a floating “go to bottom” button
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ android {
compileSdkVersion(30)

defaultConfig {
versionCode = 1_06_00
versionName = "1.6"
versionCode = 1_07_00
versionName = "1.7"

minSdkVersion(21)
targetSdkVersion(30)
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/10700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Removed storage access permission on Android 9+
* Added launcher and direct share shortcuts
* Added support for Bubbles on Android 11
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 199d6cc

Please sign in to comment.