Increase app version and add changelog

This commit is contained in:
Shinokuni 2019-12-27 17:08:34 +01:00
parent a279dc1ff4
commit 0202df95d9
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
#v1.1.1
Request write storage permission before downloading image.
#v1.1.0
- OPML import/export for local account

View File

@ -9,8 +9,8 @@ android {
applicationId "com.readrops.app"
minSdkVersion 21
targetSdkVersion 29
versionCode 6
versionName "1.1.0"
versionCode 7
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {

View File

@ -0,0 +1 @@
Request write storage permission before downloading image.