Bump version to 1.1.2

This commit is contained in:
Shinokuni 2020-01-30 22:47:28 +01:00
parent a5359cf33a
commit 3a0667a10c
3 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,8 @@
# v1.1.2
- Fix opml not working in release version
- Fix account url not being changed when text field in add account activity was edited
# v1.1.1
Request write storage permission before downloading image.

View File

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

View File

@ -0,0 +1,4 @@
<ul>
<li>Fix opml not working in release version</li>
<li>Fix account url not being changed when text field in add account activity was edited</li>
</ul>