mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add room deps to gradle file
This commit is contained in:
parent
a545ce7e65
commit
3497cc2f72
2 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,11 @@ dependencies {
|
|||
|
||||
implementation 'com.segment.analytics.kotlin:android:1.10.0'
|
||||
implementation 'io.intercom.android:intercom-sdk-base:14.0.0'
|
||||
|
||||
// Room Deps
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
annotationProcessor "androidx.room:room-compiler:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
}
|
||||
|
||||
apollo {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ buildscript {
|
|||
lifecycle_version = '2.5.1'
|
||||
hilt_version = '2.44.2'
|
||||
gradle_plugin_version = '7.3.1'
|
||||
room_version = '2.4.3'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Reference in a new issue