mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-18 11:55:38 -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 =
|
const val material_show_case_view: String =
|
||||||
"com.github.deano2390:MaterialShowcaseView:" + Versions.material_show_case_view
|
"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 junit: String = "1.1.5"
|
||||||
|
|
||||||
const val material_show_case_view: String = "1.3.7"
|
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.rxjava)
|
||||||
implementation(Libs.preference_ktx)
|
implementation(Libs.preference_ktx)
|
||||||
implementation(Libs.material_show_case_view)
|
implementation(Libs.material_show_case_view)
|
||||||
|
implementation(Libs.roomKtx)
|
||||||
|
kapt(Libs.roomCompiler)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user