mirror of
https://github.com/AdrianKuta/Expandable-RecyclerView.git
synced 2025-07-02 23:37:59 +02:00
onlyVisibleItems repaired
This commit is contained in:
@ -15,7 +15,7 @@ android {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "0.0.1-beta01"
|
||||
versionName "0.0.1-beta02"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles 'consumer-rules.pro'
|
||||
@ -35,7 +35,7 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.core:core-ktx:1.1.0'
|
||||
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
||||
implementation "com.github.adriankuta:tree-structure:1.2.0"
|
||||
implementation "com.github.adriankuta:tree-structure:1.2.3"
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
|
Reference in New Issue
Block a user