This commit is contained in:
rusefillc 2023-05-30 22:11:00 -04:00
parent 0fda4705c0
commit 87bae5f921
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# seems not to work sorry
# org.gradle.unsafe.configuration-cache=true
shadowVersion=6.1.0
shadowVersion=7.1.2

View File

@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.johnrengelman.shadow' version "${shadowVersion}"
}
apply from: '../../android/dependencies.gradle'