mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
126552b419
explicitly list the content to be deleted, to have some more general protection in case sth. goes wrong accidentally ...
18 lines
395 B
Bash
Executable File
18 lines
395 B
Bash
Executable File
cd jni/deltachat-core-rust
|
|
cargo clean
|
|
cd -
|
|
|
|
rm -rf build/generated
|
|
rm -rf build/intermediates
|
|
rm -rf build/outputs
|
|
rm -rf build/tmp
|
|
rm build/gmpAppId.txt
|
|
rm -rf obj/local
|
|
rm -rf jni/deltachat-core-rust/target
|
|
rm jni/armeabi-v7a/libdeltachat.a
|
|
rm jni/x86/libdeltachat.a
|
|
rm jni/arm64-v8a/libdeltachat.a
|
|
rm jni/x86_64/libdeltachat.a
|
|
|
|
echo "now, in Android Studio, run 'Build / Clean Project'"
|