mirror of https://github.com/readrops/Readrops.git
Bump app version to 1.1.3
This commit is contained in:
parent
a960f59e2f
commit
66616b5759
|
@ -1,3 +1,8 @@
|
||||||
|
# v1.1.3
|
||||||
|
|
||||||
|
- Fix crash for API < 24 #51
|
||||||
|
- Fix item read state not syncing with Nextcloud News #49
|
||||||
|
|
||||||
# v1.1.2
|
# v1.1.2
|
||||||
|
|
||||||
- Fix opml not working in release version
|
- Fix opml not working in release version
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.readrops.app"
|
applicationId "com.readrops.app"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "1.1.2"
|
versionName "1.1.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<ul>
|
||||||
|
<li>Fix crash for API < 24</li>
|
||||||
|
<li>Fix item read state not syncing with Nextcloud News</li>
|
||||||
|
</ul>
|
Loading…
Reference in New Issue