mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
rename fat flavor to foss
This commit is contained in:
parent
ce93edf1a3
commit
d4048efb52
4 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ android {
|
|||
}
|
||||
|
||||
productFlavors {
|
||||
fat {
|
||||
foss {
|
||||
dimension "none"
|
||||
buildConfigField "boolean", "USE_PLAY_SERVICES", "false"
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
# deploy DeltaChat from the jni/deltachat-core-rust directory by
|
||||
# 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!!
|
||||
|
|
|
@ -15,7 +15,7 @@ if [[ ${VERSION:0:1} == "v" ]]; then
|
|||
fi
|
||||
|
||||
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 $APKDEV
|
||||
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 "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-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 ""
|
||||
echo "what to test: PLEASE_FILL_OUT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue