This commit is contained in:
rusefillc 2023-05-30 22:02:22 -04:00
parent 26779525fd
commit b471584862
1 changed files with 1 additions and 1 deletions

View File

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