add prerelease for lib

This commit is contained in:
Zane Schepke 2024-07-29 00:25:18 -04:00
parent 78cb70ea5c
commit b15c492f87
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ android {
)
}
create(Constants.PRERELEASE) {
initWith(getByName(Constants.RELEASE))
}
create(Constants.NIGHTLY) {
initWith(getByName(Constants.RELEASE))
}