mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 16:07:30 +00:00
Strop gradle from caching master snapshot.
This commit is contained in:
parent
d867913ed4
commit
996aa0cc68
@ -62,6 +62,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations.all {
|
||||||
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
def supportVersion = '28.0.0'
|
def supportVersion = '28.0.0'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user