Update commons
This commit is contained in:
parent
832b1134b6
commit
8ca36fc35b
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.simple.mobile.tools.commons)
|
implementation(libs.fossify.commons)
|
||||||
implementation(libs.eventbus)
|
implementation(libs.eventbus)
|
||||||
implementation(libs.indicator.fast.scroll)
|
implementation(libs.indicator.fast.scroll)
|
||||||
implementation(libs.android.smsmms)
|
implementation(libs.android.smsmms)
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ eventbus = "3.3.1"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.0-alpha03"
|
room = "2.6.0-alpha03"
|
||||||
#Simple Mobile Tools
|
#Simple Mobile Tools
|
||||||
simple-commons = "b72ded2a75"
|
commons = "e764105103"
|
||||||
android-smsmms = "c3e678befd"
|
android-smsmms = "c3e678befd"
|
||||||
indicator-fast-scroll = "4524cd0b61"
|
indicator-fast-scroll = "4524cd0b61"
|
||||||
#Gradle
|
#Gradle
|
||||||
|
|
@ -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-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||||
#Simple Mobile Tools
|
#Simple Mobile Tools
|
||||||
simple-mobile-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
|
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
||||||
indicator-fast-scroll = { module = "com.github.tibbi:IndicatorFastScroll", version.ref = "indicator-fast-scroll" }
|
indicator-fast-scroll = { module = "com.github.tibbi:IndicatorFastScroll", version.ref = "indicator-fast-scroll" }
|
||||||
android-smsmms = { module = "com.github.tibbi:android-smsmms", version.ref = "android-smsmms" }
|
android-smsmms = { module = "com.github.tibbi:android-smsmms", version.ref = "android-smsmms" }
|
||||||
#EventBus
|
#EventBus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue