diff --git a/CHANGELOG.md b/CHANGELOG.md index 814fb3f2..421130aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 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 +- 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. diff --git a/app/build.gradle b/app/build.gradle index 60d682fe..2bd5f1e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.readrops.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 - versionName "1.1.1" + versionCode 9 + versionName "1.1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..f3e5bb03 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,4 @@ + diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..7c8eb310 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,4 @@ + diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 487fe11e..9da3fdda 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,11 +1,11 @@

Readrops is a multi-services RSS feed client.

Features:

Other features will come in the near future.

diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.jpg b/fastlane/metadata/android/en-US/images/featureGraphic.jpg new file mode 100644 index 00000000..5f4283d4 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.jpg differ