Setup nighlty build + GitHub action

This commit is contained in:
Benoit Marty 2022-11-23 15:07:10 +01:00 committed by Benoit Marty
parent a495da31fa
commit db1cdbfbd4
7 changed files with 108 additions and 10 deletions

View file

@ -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