Configure automatic Android SDK downloads

The Android Gradle Plugin can automatically install Android SDKs, which can be helpful when new developers want to try checking out and running the project.
This commit is contained in:
Carter Jernigan 2021-08-24 14:38:43 -04:00
parent cfb6e154f2
commit ec63b6775a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.builder.sdkDownload=true
# Publishing Constants
POM_NAME=Zcash Android Wallet SDK
POM_DESCRIPTION=This lightweight SDK connects Android to Zcash. It welds together Rust and Kotlin in a minimal way, allowing third-party Android apps to send and receive shielded transactions easily, securely and privately.