diff --git a/metadata/com.minar.randomix.yml b/metadata/com.minar.randomix.yml index 6824cdb08a..4599d4a536 100644 --- a/metadata/com.minar.randomix.yml +++ b/metadata/com.minar.randomix.yml @@ -106,7 +106,18 @@ Builds: gradle: - yes + - versionName: '2.3' + versionCode: 38 + commit: 7d6c5816867e816a3d6e10911647d2a925324cd9 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '2.2' -CurrentVersionCode: 37 +CurrentVersion: '2.3' +CurrentVersionCode: 38