diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 { |