mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 12:38:00 +01:00
updating commons
This commit is contained in:
parent
ae000eb977
commit
7558d97588
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import java.io.FileInputStream
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
import org.jetbrains.kotlin.konan.properties.Properties
|
||||
import java.io.FileInputStream
|
||||
|
||||
val isProprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ exif = "1.0.1"
|
|||
#Room
|
||||
room = "2.6.0-beta01"
|
||||
#Simple tools
|
||||
simple-commons = "c573613da9"
|
||||
simple-commons = "13f995cb51"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "7.4.0"
|
||||
#Other
|
||||
|
|
Loading…
Reference in a new issue