add prerelease for lib
This commit is contained in:
parent
78cb70ea5c
commit
b15c492f87
|
@ -23,6 +23,10 @@ android {
|
|||
)
|
||||
}
|
||||
|
||||
create(Constants.PRERELEASE) {
|
||||
initWith(getByName(Constants.RELEASE))
|
||||
}
|
||||
|
||||
create(Constants.NIGHTLY) {
|
||||
initWith(getByName(Constants.RELEASE))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue