Setup nighlty build + GitHub action
This commit is contained in:
parent
a495da31fa
commit
db1cdbfbd4
7 changed files with 108 additions and 10 deletions
|
|
@ -20,4 +20,9 @@ kotlin.code.style=official
|
|||
# Enables namespacing of each library's R class so that its R class includes only the
|
||||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass=true
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Dummy values for signing secrets / nightly
|
||||
signing.element.nightly.storePassword=Secret
|
||||
signing.element.nightly.keyId=Secret
|
||||
signing.element.nightly.keyPassword=Secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue