updating commons

This commit is contained in:
tibbi 2023-09-13 15:51:11 +02:00
parent d47a1012ad
commit 2608438f1e
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ swiperefreshlayout = "1.1.0"
#Room
room = "2.5.2"
#Simple tools
simple-commons = "e0db4c5f28"
simple-commons = "25d031dc00"
#Gradle
gradlePlugins-agp = "8.1.1"
#build
@ -45,4 +45,3 @@ room = [
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }