Build an empty APK for placeholders.
- Fork this repo.
- Enable GitHub Actions.
- Change references:
- Inside
settings.gradle.kts, changerootProject.name = "Safetycore placeholder"to whatever you want. - Inside
app/build.gradle.kts, changenamespace = "com.google.android.safetycore"to whatever you want. - Inside
app/build.gradle.kts, changeapplicationId = "com.google.android.safetycore"to whatever you want.
- Run the GitHub Action, and you will have your APK!