diff --git a/.drone.yml b/.drone.yml index f94d2e9..61bd2f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: image: nextcloudci/android:android-49 commands: - chmod +x ./gradlew - - ./gradlew assembleGeneric --no-daemon + - ./gradlew assembleDebug --no-daemon