diff --git a/metadata/com.github.ashutoshgngwr.noice.yml b/metadata/com.github.ashutoshgngwr.noice.yml index 117d41c834..d6dc79a4cb 100644 --- a/metadata/com.github.ashutoshgngwr.noice.yml +++ b/metadata/com.github.ashutoshgngwr.noice.yml @@ -1,3 +1,6 @@ +AntiFeatures: + - NonFreeNet + - Tracking Categories: - Sports & Health - Multimedia @@ -5,17 +8,17 @@ License: GPL-3.0-only AuthorName: Ashutosh Gangwar AuthorEmail: ashutoshgngwr@gmail.com AuthorWebSite: https://ashutoshgngwr.github.io -WebSite: https://ashutoshgngwr.github.io/noice -SourceCode: https://github.com/ashutoshgngwr/noice -IssueTracker: https://github.com/ashutoshgngwr/noice/issues +WebSite: https://trynoice.com +SourceCode: https://github.com/trynoice/android-app +IssueTracker: https://github.com/trynoice/android-app/issues Translation: https://hosted.weblate.org/engage/noice/ -Changelog: https://ashutoshgngwr.github.io/noice/CHANGELOG +Changelog: https://trynoice.com/changelog OpenCollective: noice AutoName: Noice RepoType: git -Repo: https://github.com/ashutoshgngwr/noice.git +Repo: https://github.com/trynoice/android-app.git Builds: - versionName: 0.2.5 @@ -323,7 +326,19 @@ Builds: - free prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle + - versionName: 2.0.0 + versionCode: 53 + commit: 946359777c95b650484b7bbd3970c4bdb711c991 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - free + prebuild: sed -i -e '/sed:free-build:remove/d' build.gradle ../build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]$ -CurrentVersion: 1.3.3 -CurrentVersionCode: 52 +CurrentVersion: 2.0.0 +CurrentVersionCode: 53