diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml
index ce61edc..9e42c82 100644
--- a/.gitea/workflows/apk.yml
+++ b/.gitea/workflows/apk.yml
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - run: curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE
-      - run: sh gradlew lint build bundleRelease assembleRelease --no-daemon
+      - run: sh gradlew lint build bundleRelease assembleRelease --no-daemon --warning-mode all
       - uses: akkuman/gitea-release-action@v1
         if: gitea.ref_type == 'tag'
         with: