zcash-android-wallet-sdk/settings.gradle

10 lines
216 B
Groovy

buildscript {
repositories { gradlePluginPortal() }
}
plugins {
// See https://jmfayard.github.io/refreshVersions
id 'de.fayard.refreshVersions' version '0.10.1'
}
rootProject.name = 'zcash-android-sdk'