From be2aec246a4d096cf6ee36353ddf84cea59da448 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 4 May 2025 21:40:03 +0300 Subject: bump versioncode & update readme URLs --- README.md | 3 ++- org.fox.ttrss/build.gradle | 4 ++-- 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 { -- cgit v1.2.3-54-g00ecf