Strop gradle from caching master snapshot.

This commit is contained in:
Mikunj 2019-05-31 13:36:22 +10:00
parent d867913ed4
commit 996aa0cc68

View File

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