diff --git a/metadata/com.odweta.solon.yml b/metadata/com.odweta.solon.yml index 29824c5985..f914aec9d8 100644 --- a/metadata/com.odweta.solon.yml +++ b/metadata/com.odweta.solon.yml @@ -14,7 +14,7 @@ AutoName: Solon RepoType: git Repo: https://gitlab.com/Odweta/solon.git -Binaries: https://gitlab.com/Odweta/solon/-/raw/master/release/com.odweta.solon_%v.apk +Binaries: https://gitlab.com/Odweta/solon/-/releases/%v/downloads/app-release.apk Builds: - versionName: 2.0.3 @@ -23,6 +23,7 @@ Builds: subdir: mobile/app gradle: - yes + binary: https://gitlab.com/Odweta/solon/-/raw/fd788195c5335ab25b5d4916cfb4b758b8e83f46/release/com.odweta.solon_2.0.3.apk srclibs: - reproducible-apk-tools@v0.3.0 postbuild: @@ -30,9 +31,16 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: '2.1' + versionCode: 204 + commit: c6646e554fc3e8d1b2fe0fa76b11e2c2544b6e32 + subdir: mobile/app + gradle: + - yes + AllowedAPKSigningKeys: 10eeb5e45c41df32f9bf3a454d5151a3f9587ada42c1b9695f89e588dd07976c AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.0.3 -CurrentVersionCode: 203 +CurrentVersion: '2.1' +CurrentVersionCode: 204