Updated Sample

This commit is contained in:
2020-01-28 20:33:11 +01:00
parent 210d96c616
commit 76aacc0c3f
3 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 29
@ -32,7 +31,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.github.adriankuta:expandable-recyclerView:0.0.1-beta02'
implementation 'com.github.adriankuta:expandable-recyclerView:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'