From 3d4646d59f7d638fd92037180ec93bedc7e4e3cc Mon Sep 17 00:00:00 2001 From: StellarSand Date: Fri, 21 Jun 2024 06:04:18 +0000 Subject: [PATCH] Make Plexus build reproducible --- metadata/tech.techlore.plexus.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/metadata/tech.techlore.plexus.yml b/metadata/tech.techlore.plexus.yml index b24bdd5d28..fdf1b02a77 100644 --- a/metadata/tech.techlore.plexus.yml +++ b/metadata/tech.techlore.plexus.yml @@ -1,6 +1,6 @@ AntiFeatures: NonFreeNet: - en-US: Connects to Github as data source. + en-US: Connects to Google Play to retrieve icons. Categories: - Connectivity - Internet @@ -18,10 +18,12 @@ AutoName: Plexus RepoType: git Repo: https://github.com/techlore/Plexus-app.git +Binaries: https://github.com/techlore/Plexus-app/releases/download/v%v/Plexus_v%v.apk Builds: - versionName: 1.0.0 versionCode: 100 + disable: switch to reproducible build commit: v1.0.0 subdir: app sudo: @@ -31,7 +33,16 @@ Builds: gradle: - yes + - versionName: 2.0.2 + versionCode: 202 + commit: c52f9349876d327f428905680f1fa425197a68c1 + subdir: app + gradle: + - yes + +AllowedAPKSigningKeys: f02b66e8e6183704c3fd6ae0632f6240de8eec0d6bdbe917731c41ab8c7d9aab + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.0 -CurrentVersionCode: 100 +CurrentVersion: 2.0.2 +CurrentVersionCode: 202