diff --git a/metadata/com.cliambrown.easynoise.yml b/metadata/com.cliambrown.easynoise.yml index 5a742283fc..6840582002 100644 --- a/metadata/com.cliambrown.easynoise.yml +++ b/metadata/com.cliambrown.easynoise.yml @@ -93,7 +93,18 @@ Builds: gradle: - yes + - versionName: '0.10' + versionCode: 10 + commit: 1c359a26dcea63d93e7a142851f9649f81596f63 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '0.8' -CurrentVersionCode: 8 +CurrentVersion: '0.10' +CurrentVersionCode: 10