From ce44c3ee5a6c43ce901c648ea55a0fa41e596fb3 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Thu, 16 Jul 2020 09:28:12 -0700 Subject: [PATCH] chore: Adding required gradle.property keys. (#5) Change-Id: I7f8f4ebb4c40e8088804be75325900c7093c38fc --- gradle.properties | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4d15d01..7b0b8cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,13 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official + +# variables required to allow build.gradle to parse, +# override in ~/.gradle/gradle.properties +signing.keyId= +signing.password= +signing.secretKeyRingFile= + +sonatypeUsername= +sonatypePassword=