diff --git a/metadata/org.sirekanyan.warmongr.yml b/metadata/org.sirekanyan.warmongr.yml new file mode 100644 index 0000000000..a7d7406f23 --- /dev/null +++ b/metadata/org.sirekanyan.warmongr.yml @@ -0,0 +1,33 @@ +Categories: + - Science & Education +License: MIT +AuthorName: Vadik Sirekanyan +WebSite: https://sirekanyan.org/projects/warmongr +SourceCode: https://gitlab.com/sirekanyan.org/warmongr +IssueTracker: https://gitlab.com/sirekanyan.org/warmongr/issues + +AutoName: Warmongr + +RepoType: git +Repo: https://gitlab.com/sirekanyan.org/warmongr.git +Binaries: https://github.com/sirekanian/warmongr/releases/download/v%v/org.sirekanyan.warmongr-%v-%c-release.apk + +Builds: + - versionName: 1.0.1 + versionCode: 39 + commit: v1.0.1 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AllowedAPKSigningKeys: 613948a35cdbe1d151954bfccb66eb74c830ea69242b308a44ddb55aacae4f2c + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: gradle.properties|appVersionCode=(\d+)|.|appVersionName=([\d.]+) +CurrentVersion: 1.0.1 +CurrentVersionCode: 39