Restore publishing settings.

This commit is contained in:
Kevin Gorham 2020-08-01 02:16:51 -04:00
parent 02e5bc24b7
commit e04a0c3faa
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ object Deps {
const val githubUrl = "https://github.com/zcash/zcash-android-wallet-sdk"
// publishing
const val publishingDryRun = false
const val publishingDryRun = true
val publishingTarget = Publication.Mainnet
object Publication {