Update DigiAgriApp to 0.4.3 (17)

This commit is contained in:
checkupdates bot 2025-11-15 05:38:06 +00:00 committed by Licaon_Kter
parent 3b065b4355
commit 54d0f9524d

View file

@ -307,8 +307,39 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
- versionName: 0.4.3
versionCode: 17
commit: 1b9676cd210ce6386e30ebc5e359c190dcd2570e
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
- macos
- linux
- web
prebuild:
- sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e'/gms/d' android/app/build.gradle
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter packages pub get
- cd $PUB_CACHE/hosted/pub.dev/geolocator_android-*/android
- sed -i -e '/gms/d' build.gradle
- cd src/main/java/com/baseflow/geolocator/location
- rm FusedLocationClient.java
- sed -i -e '/if (forceAndroidLocationManager) {/,/^ }/c return new LocationManagerClient(context,
locationOptions);}' -e '/isGooglePlayServicesAvailable/,/^ }/d' -e '/gms/d'
GeolocationManager.java
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.4.2
CurrentVersionCode: 16
CurrentVersion: 0.4.3
CurrentVersionCode: 17