Browse Source

removing building an APK from the script

Sofian Benissa 2 years ago
parent
commit
395c4cebef
2 changed files with 1 additions and 6 deletions
  1. 1 1
      external/xz
  2. 0 5
      tor-droid-make.sh

+ 1 - 1
external/xz

@@ -1 +1 @@
-Subproject commit b5be61cc06088bb07f488f9baf7d447ff47b37c1
+Subproject commit 7232fcf96bf4bd5f9cd4fc6c93ca2912c665e004

+ 0 - 5
tor-droid-make.sh

@@ -45,11 +45,6 @@ build_app()
 {
     echo "Building tor-android"
     build_external_dependencies
-    if [ -z $1 ] || [ $1 = 'debug' ]; then
-        ./gradlew assembleDebug
-    else
-        ./gradlew assembleRelease
-    fi
 }
 
 show_options()