diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b07307d..116bfea4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ indicatorfastscroll = "4524cd0b61" #Room room = "2.6.0-alpha02" #Simple tools -simple-commons = "73d78e5cd3" +simple-commons = "89064983e1" #Gradle gradlePlugins-agp = "8.1.0" #build @@ -41,7 +41,7 @@ androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = " androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } #Simple Mobile Tools -simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" } +simple-tools-commons = { module = "com.github.fatihergin:Simple-Commons", version.ref = "simple-commons" } [bundles] room = [ "androidx-room-ktx",