summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rwxr-xr-xorg.fox.ttrss/build.gradle4
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index a6d04af7..8b280e93 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
Tiny Tiny RSS client for Android
================================
-http://tt-rss.org/tt-rss-android
+- https://git.tt-rss.org/fox/tt-rss-android.git
+- https://gitlab.tt-rss.org/tt-rss/tt-rss-android/-/releases
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index e13e6c6e..4cc14660 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -15,8 +15,8 @@ android {
buildConfigField "boolean", "ENABLE_UPDATER", "false"
minSdkVersion 24
targetSdkVersion 31
- versionCode 556
- versionName "1.321"
+ versionCode 557
+ versionName "1.322"
}
signingConfigs {