zcash-android-wallet-sdk/settings.gradle

11 lines
273 B
Groovy

import de.fayard.refreshVersions.RefreshVersionsSetup
buildscript {
repositories { gradlePluginPortal() }
dependencies.classpath("de.fayard.refreshVersions:refreshVersions:0.9.7")
}
RefreshVersionsSetup.bootstrap(settings)
rootProject.name = 'zcash-android-sdk'