diff --git a/metadata/com.hassaneltantawy.hisnelmoslem.yml b/metadata/com.hassaneltantawy.hisnelmoslem.yml index a476af5c05..4f853ef54a 100644 --- a/metadata/com.hassaneltantawy.hisnelmoslem.yml +++ b/metadata/com.hassaneltantawy.hisnelmoslem.yml @@ -71,8 +71,27 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --release + - versionName: 2.8.0 + versionCode: 24 + commit: 621ec9b40976f80a471b54b24cb12c435547c4cd + subdir: hisnelmoslem + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@3.16.9 + 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.7.02 -CurrentVersionCode: 23 +CurrentVersion: 2.8.0 +CurrentVersionCode: 24