mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Added Room dependency.
This commit is contained in:
parent
fb2b42b44c
commit
0c26f6192d
@ -351,4 +351,8 @@ object Libs {
|
||||
*/
|
||||
const val material_show_case_view: String =
|
||||
"com.github.deano2390:MaterialShowcaseView:" + Versions.material_show_case_view
|
||||
|
||||
const val roomKtx = "androidx.room:room-ktx:" + Versions.roomVersion
|
||||
|
||||
const val roomCompiler = "androidx.room:room-compiler:" + Versions.roomVersion
|
||||
}
|
||||
|
@ -103,6 +103,8 @@ object Versions {
|
||||
const val junit: String = "1.1.5"
|
||||
|
||||
const val material_show_case_view: String = "1.3.7"
|
||||
|
||||
const val roomVersion = "2.5.0"
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -206,6 +206,8 @@ class AllProjectConfigurer {
|
||||
implementation(Libs.rxjava)
|
||||
implementation(Libs.preference_ktx)
|
||||
implementation(Libs.material_show_case_view)
|
||||
implementation(Libs.roomKtx)
|
||||
kapt(Libs.roomCompiler)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user