diff --git a/metadata/net.xzos.upgradeall.yml b/metadata/net.xzos.upgradeall.yml new file mode 100644 index 0000000000..8c56c68298 --- /dev/null +++ b/metadata/net.xzos.upgradeall.yml @@ -0,0 +1,32 @@ +Categories: + - System +License: GPL-3.0-only +AuthorName: Distributed Update System +SourceCode: https://github.com/DUpdateSystem/UpgradeAll +IssueTracker: https://github.com/DUpdateSystem/UpgradeAll/issues +Changelog: https://github.com/DUpdateSystem/UpgradeAll/releases + +AutoName: UpgradeAll + +RepoType: git +Repo: https://github.com/DUpdateSystem/UpgradeAll.git + +Builds: + - versionName: 0.12-rc + versionCode: 94 + commit: cd3e97bc6c1cb7219f4e6727ab683703c6fc5427 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/firebase/d' -e '/gms/d' build.gradle ../build.gradle + gradleprops: + - free + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 0.12-rc +CurrentVersionCode: 94