diff --git a/metadata/com.nathanatos.Cuppa.yml b/metadata/com.nathanatos.Cuppa.yml index b3cc1f2fb8..ca43bb8a92 100644 --- a/metadata/com.nathanatos.Cuppa.yml +++ b/metadata/com.nathanatos.Cuppa.yml @@ -570,8 +570,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart + - versionName: 2.10.0 + versionCode: 61 + commit: 0d9eabf4cdd917233e3a0ab36b2cfbe1f4c41dcc + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.35.7 + 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.2 -CurrentVersionCode: 60 +CurrentVersion: 2.10.0 +CurrentVersionCode: 61