update commons ref

This commit is contained in:
fatih ergin
2023-09-17 15:12:42 +03:00
parent 9015ec1306
commit 307ed586d3

View File

@@ -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",