You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are some unnecessary files are uploading in the release. It is because we are uploading all the files in release after generating the APK via ./gradlew assembleStandalone command, and we have upgraded our gradle to support Android 15. Due to this, some extra files are generated while generating the APK.
Expected behavior
It should only upload the APKs files in the release.
Screenshots
Environment
Version of Kiwix Android : 3.14.0
The text was updated successfully, but these errors were encountered:
Describe the bug
There are some unnecessary files are uploading in the release. It is because we are uploading all the files in release after generating the APK via
./gradlew assembleStandalone
command, and we have upgraded our gradle to support Android 15. Due to this, some extra files are generated while generating the APK.Expected behavior
It should only upload the APKs files in the release.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: