mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Fix build for F-Droid
This commit is contained in:
parent
acd438be23
commit
20a2e38f47
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ update_android_version:
|
|||
go run ./cmd/internal/update_android_version
|
||||
|
||||
build_android:
|
||||
cd ../sing-box-for-android && ./gradlew :app:assemblePlayRelease && ./gradlew :app:assembleOtherRelease && ./gradlew --stop
|
||||
cd ../sing-box-for-android && ./gradlew :app:clean :app:assemblePlayRelease :app:assembleOtherRelease && ./gradlew --stop
|
||||
|
||||
upload_android:
|
||||
mkdir -p dist/release_android
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue