Skip to content

Commit

Permalink
chore: Adding required gradle.property keys. (#5)
Browse files Browse the repository at this point in the history
Change-Id: I7f8f4ebb4c40e8088804be75325900c7093c38fc
  • Loading branch information
arriolac committed Jul 16, 2020
1 parent 1a62bae commit ce44c3e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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=

0 comments on commit ce44c3e

Please sign in to comment.