diff --git a/metadata/aws.apps.usbDeviceEnumerator.yml b/metadata/aws.apps.usbDeviceEnumerator.yml index 5615a11f91..d0124ad015 100644 --- a/metadata/aws.apps.usbDeviceEnumerator.yml +++ b/metadata/aws.apps.usbDeviceEnumerator.yml @@ -41,7 +41,20 @@ Builds: gradle: - yes + - versionName: 3.0.0.81 + versionCode: 81 + commit: ea2779c0905cfefb146d94592adacc0f0bf6101c + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/versionName + .*/versionName "$$VERSION$$"/' build.gradle + scandelete: + - buildsystem + +MaintainerNotes: versionName and Code are dynamic, so we force them + AutoUpdateMode: None UpdateCheckMode: Tags -CurrentVersion: 0.0.5 -CurrentVersionCode: 5 +CurrentVersion: 3.0.0.81 +CurrentVersionCode: 81