|
@@ -30,7 +30,7 @@ dependencies {
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "androidx.appcompat:appcompat:1.1.0"
|
|
implementation "androidx.appcompat:appcompat:1.1.0"
|
|
- implementation "androidx.core:core-ktx:1.1.0"
|
|
|
|
|
|
+ implementation "androidx.core:core-ktx:1.2.0"
|
|
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
|
|
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
|
|
testImplementation "junit:junit:4.13"
|
|
testImplementation "junit:junit:4.13"
|
|
androidTestImplementation "androidx.test:runner:1.2.0"
|
|
androidTestImplementation "androidx.test:runner:1.2.0"
|
|
@@ -39,7 +39,7 @@ dependencies {
|
|
implementation project(path: ":net")
|
|
implementation project(path: ":net")
|
|
|
|
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
|
- implementation "com.google.android.material:material:1.0.0"
|
|
|
|
|
|
+ implementation "com.google.android.material:material:1.1.0"
|
|
|
|
|
|
|
|
|
|
implementation "com.github.liangjingkanji:BRV:$brv_version"
|
|
implementation "com.github.liangjingkanji:BRV:$brv_version"
|
|
@@ -56,4 +56,8 @@ dependencies {
|
|
|
|
|
|
implementation "com.github.liangjingkanji:debugkit:1.2.9"
|
|
implementation "com.github.liangjingkanji:debugkit:1.2.9"
|
|
implementation "com.github.liangjingkanji:LogCat:1.0"
|
|
implementation "com.github.liangjingkanji:LogCat:1.0"
|
|
-}
|
|
|
|
|
|
+
|
|
|
|
+ implementation "androidx.room:room-runtime:$room_version"
|
|
|
|
+ kapt "androidx.room:room-compiler:$room_version"
|
|
|
|
+ implementation "androidx.room:room-ktx:$room_version"
|
|
|
|
+}
|