|
@@ -63,14 +63,23 @@ android {
|
|
kotlinOptions {
|
|
kotlinOptions {
|
|
jvmTarget = '1.8'
|
|
jvmTarget = '1.8'
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ buildFeatures {
|
|
|
|
+ viewBinding true
|
|
|
|
+ dataBinding false
|
|
|
|
+ buildConfig true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
|
|
|
- implementation 'androidx.core:core-ktx:1.10.1'
|
|
|
|
- implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
- implementation 'com.google.android.material:material:1.9.0'
|
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
|
|
|
+ implementation libs.core.ktx
|
|
|
|
+ implementation libs.appcompat
|
|
|
|
+ implementation libs.material
|
|
|
|
+ implementation libs.constraintlayout
|
|
|
|
+ implementation libs.xui
|
|
|
|
+ implementation libs.recyclerview
|
|
|
|
+ implementation libs.glide
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation 'junit:junit:4.13.2'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|