Ship Android apps privately. Uploading apps to the Play Store for testing purposes is possible, but there are lots of steps and hurdles to do so. Drebin451 fills the gap and lets you easily share and distribute your apps while getting them ready for prime time.
There are a few ways you can upload your app to Drebin451:
Go to Drebin451.com to create an account and upload an APK to install or share.
After creating an account, you can create an API key in the Settings and use that to deploy your APK in any workflow you'd like. One such way is via GitHub Actions: https://github.com/Commit451/drebin451-release
- name: Publish APK to Drebin451
uses: Commit451/drebin451-release@v1
with:
api-key: ${{ secrets.DREBIN_API_KEY }}
apk-path: app/androidApp/build/outputs/apk/release/androidApp-release.apk
note: ${{ github.event.head_commit.message }}
Drebin451 is available under the MIT license. See the LICENSE file for more info.
\ ゜o゜)ノ