diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index bccb099d3a..b3cc1f2fb8 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -546,8 +546,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + - versionName: 2.9.2 + versionCode: 60 + commit: c1daee9fffec9afd91fbc64c9687a9a1a58bdf40 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.35.3 + rm: + - ios + prebuild: + - sed -i '/keystoreProperties.load(new FileInputStream(keystorePropertiesFile))/d' + android/app/build.gradle + - sed -i -e '/ patrol/d' -e '/in_app_review/d' pubspec.yaml + - sed -i -e '/ patrol/,/version/d' -e '/in_app_review/,/version/d' pubspec.lock + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{share_plus,package_info_plus,wakelock_plus,{path_provider,quick_actions,shared_preferences,sqflite,url_launcher}_android,flutter_plugin_android_lifecycle}-*/android/build.gradle + android/settings.gradle + scandelete: + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.9.0 -CurrentVersionCode: 59 +CurrentVersion: 2.9.2 +CurrentVersionCode: 60