Strop gradle from caching master snapshot.

pull/2/head
Mikunj 5 years ago
parent d867913ed4
commit 996aa0cc68

@ -62,6 +62,10 @@ repositories {
}
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
dependencies {
def supportVersion = '28.0.0'

Loading…
Cancel
Save