mirror of https://github.com/readrops/Readrops.git
Increase app version and add changelog
This commit is contained in:
parent
a279dc1ff4
commit
0202df95d9
|
@ -1,3 +1,7 @@
|
|||
#v1.1.1
|
||||
|
||||
Request write storage permission before downloading image.
|
||||
|
||||
#v1.1.0
|
||||
|
||||
- OPML import/export for local account
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Request write storage permission before downloading image.
|
Loading…
Reference in New Issue