mirror of
https://github.com/readrops/Readrops.git
synced 2024-12-26 16:43:09 +01:00
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 {
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
@ -0,0 +1 @@
|
||||
Request write storage permission before downloading image.
|
Loading…
Reference in New Issue
Block a user