rename fat flavor to foss

This commit is contained in:
adbenitez 2024-06-14 17:58:53 +02:00
parent ce93edf1a3
commit d4048efb52
4 changed files with 4 additions and 4 deletions

View file

@ -109,7 +109,7 @@ android {
} }
productFlavors { productFlavors {
fat { foss {
dimension "none" dimension "none"
buildConfigField "boolean", "USE_PLAY_SERVICES", "false" buildConfigField "boolean", "USE_PLAY_SERVICES", "false"
} }

View file

@ -33,7 +33,7 @@
# deploy DeltaChat from the jni/deltachat-core-rust directory by # deploy DeltaChat from the jni/deltachat-core-rust directory by
# typing `nmake`: # typing `nmake`:
# #
# nmake() {(cd ../..; scripts/ndk-make.sh arm64-v8a && ./gradlew installFatDebug; notify-send "install finished")} # nmake() {(cd ../..; scripts/ndk-make.sh arm64-v8a && ./gradlew installFossDebug; notify-send "install finished")}
# #
# #
# If anything doesn't work, please open an issue!! # If anything doesn't work, please open an issue!!

View file

@ -15,7 +15,7 @@ if [[ ${VERSION:0:1} == "v" ]]; then
fi fi
APKGPLAY="gplay/release/deltachat-gplay-release-$VERSION.apk" APKGPLAY="gplay/release/deltachat-gplay-release-$VERSION.apk"
APKDEV="build/outputs/apk/fat/debug/deltachat-fat-debug-$VERSION.apk" APKDEV="build/outputs/apk/foss/debug/deltachat-foss-debug-$VERSION.apk"
ls -l $APKGPLAY ls -l $APKGPLAY
ls -l $APKDEV ls -l $APKDEV
read -p "upload these apks to download.delta.chat/android/beta? ENTER to continue, CTRL-C to abort." read -p "upload these apks to download.delta.chat/android/beta? ENTER to continue, CTRL-C to abort."
@ -28,7 +28,7 @@ echo "upload done."
echo "" echo ""
echo "and now: here is Delta Chat $VERSION - choose your flavour and mind your backups:" echo "and now: here is Delta Chat $VERSION - choose your flavour and mind your backups:"
echo "- 🍋 https://download.delta.chat/android/beta/deltachat-gplay-release-$VERSION.apk (android, overwrites existing gplay installs, should keep data)" echo "- 🍋 https://download.delta.chat/android/beta/deltachat-gplay-release-$VERSION.apk (android, overwrites existing gplay installs, should keep data)"
echo "- 🍉 https://download.delta.chat/android/beta/deltachat-fat-debug-$VERSION.apk (android, can be installed beside gplay)" echo "- 🍉 https://download.delta.chat/android/beta/deltachat-foss-debug-$VERSION.apk (android, fully FOSS, can be installed beside gplay)"
echo "- 🍏 https://testflight.apple.com/join/uEMc1NxS (ios, update to $VERSION may take a day or so)" echo "- 🍏 https://testflight.apple.com/join/uEMc1NxS (ios, update to $VERSION may take a day or so)"
echo "" echo ""
echo "what to test: PLEASE_FILL_OUT" echo "what to test: PLEASE_FILL_OUT"