From 16e19a93ed4b501410acc9440f03eb152c9ac6a3 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 13 Mar 2019 15:55:36 +0000 Subject: [PATCH] Update Repeat Me to 1.3.0 (7) --- metadata/com.samarthdesai.repeatme.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/com.samarthdesai.repeatme.yml b/metadata/com.samarthdesai.repeatme.yml index 26c5f175ed..4f2d0278f3 100644 --- a/metadata/com.samarthdesai.repeatme.yml +++ b/metadata/com.samarthdesai.repeatme.yml @@ -49,7 +49,23 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk + - versionName: 1.3.0 + versionCode: 7 + commit: v1.3.0 + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@v1.2.1 + rm: + - android/local.properties + prebuild: + - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output + -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + - $$flutter$$/bin/flutter pub get + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.2.5 -CurrentVersionCode: 6 +CurrentVersion: 1.3.0 +CurrentVersionCode: 7