Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--News-Android-App/build.gradle4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 873334f5..d753d04f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+0.9.9.76
+---------------------
+- Security related fixes (only F-Droid users affected): [#1109](https://github.com/nextcloud/news-android/issues/1109) / [fdroid/fdroiddata#2753](https://gitlab.com/fdroid/fdroiddata/-/issues/2753)
+
+
+0.9.9.75
+---------------------
+- Fixed crash when relative links in articles are clicked
+
+
0.9.9.74
---------------------
- Fixed incompatibility issues with Nextcloud News 18.1.0
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 2ab61945..ca3431a2 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -27,8 +27,8 @@ android {
vectorDrawables.useSupportLibrary = true
- versionCode 178
- versionName "0.9.9.75"
+ versionCode 179
+ versionName "0.9.9.76"
}
buildFeatures {