diff --git a/metadata/com.hassaneltantawy.hisnelmoslem.yml b/metadata/com.hassaneltantawy.hisnelmoslem.yml index c65bf75018..79508bc1e6 100644 --- a/metadata/com.hassaneltantawy.hisnelmoslem.yml +++ b/metadata/com.hassaneltantawy.hisnelmoslem.yml @@ -33,8 +33,27 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --release + - versionName: 2.7.0 + versionCode: 21 + commit: 1cb1a5b904652266ee18626d1e74afe5ca9abd17 + subdir: hisnelmoslem + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@3.10.0 + rm: + - hisnelmoslem/ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + scandelete: + - hisnelmoslem/.pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: hisnelmoslem/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.6.0 -CurrentVersionCode: 19 +CurrentVersion: 2.7.0 +CurrentVersionCode: 21