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) {
|
create(Constants.NIGHTLY) {
|
||||||
initWith(getByName(Constants.RELEASE))
|
initWith(getByName(Constants.RELEASE))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue