bump
This commit is contained in:
parent
0fda4705c0
commit
87bae5f921
|
@ -1,4 +1,4 @@
|
||||||
# seems not to work sorry
|
# seems not to work sorry
|
||||||
# org.gradle.unsafe.configuration-cache=true
|
# org.gradle.unsafe.configuration-cache=true
|
||||||
|
|
||||||
shadowVersion=6.1.0
|
shadowVersion=7.1.2
|
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: '../../android/dependencies.gradle'
|
apply from: '../../android/dependencies.gradle'
|
||||||
|
|
Loading…
Reference in New Issue