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:
authorDavid-Development <david-dev@live.de>2022-09-11 14:13:22 +0300
committerDavid Luhmer <david-dev@live.de>2022-09-11 14:13:22 +0300
commiteea909a036076c5f13053177c7aa86b33cd0b177 (patch)
treeb72a2f5a6b771607f64264bb97393967e7173da9
parent147f3961170edc2faa9ea6ef1359819273f5af91 (diff)
update gradle
Signed-off-by: David Luhmer <david-dev@live.de>
-rw-r--r--CHANGELOG.md1
-rw-r--r--build.gradle2
-rw-r--r--fastlane/metadata/android/de-DE/changelogs/178.txt3
-rw-r--r--fastlane/metadata/android/en-US/changelogs/178.txt3
4 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d753d04f..426d708c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
0.9.9.75
---------------------
- Fixed crash when relative links in articles are clicked
+- Support Material You Theming with App Icon (thanks to @salixor)
0.9.9.74
diff --git a/build.gradle b/build.gradle
index e53e3fd3..7f25808b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.1'
+ classpath 'com.android.tools.build:gradle:7.2.2'
}
}
diff --git a/fastlane/metadata/android/de-DE/changelogs/178.txt b/fastlane/metadata/android/de-DE/changelogs/178.txt
index a2891d6b..2c110fb3 100644
--- a/fastlane/metadata/android/de-DE/changelogs/178.txt
+++ b/fastlane/metadata/android/de-DE/changelogs/178.txt
@@ -1 +1,2 @@
-Fixed crash when relative links in articles are clicked \ No newline at end of file
+Fixed crash when relative links in articles are clicked
+Added Support Material You Theming with App Icon (thanks to @salixor) \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/178.txt b/fastlane/metadata/android/en-US/changelogs/178.txt
index a2891d6b..2c110fb3 100644
--- a/fastlane/metadata/android/en-US/changelogs/178.txt
+++ b/fastlane/metadata/android/en-US/changelogs/178.txt
@@ -1 +1,2 @@
-Fixed crash when relative links in articles are clicked \ No newline at end of file
+Fixed crash when relative links in articles are clicked
+Added Support Material You Theming with App Icon (thanks to @salixor) \ No newline at end of file