mirror of
https://github.com/readrops/Readrops.git
synced 2024-12-26 16:43:09 +01:00
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
|
||||
|
||||
- Fix opml not working in release version
|
||||
|
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.readrops.app"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 8
|
||||
versionName "1.1.2"
|
||||
versionCode 9
|
||||
versionName "1.1.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
javaCompileOptions {
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
@ -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
Block a user