Added GUI to FragmentAddBattery, added Room dependencies.
This commit is contained in:
@@ -35,6 +35,13 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
def room_version = "2.4.2"
|
||||
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
annotationProcessor "androidx.room:room-compiler:$room_version"
|
||||
|
||||
implementation "androidx.room:room-rxjava3:$room_version"
|
||||
implementation "androidx.room:room-paging:2.5.0-alpha02"
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
|
||||
Reference in New Issue
Block a user