FYI , SilenceDut:ExpandableLayout
устарело.
Вы должны добавить ниже в разделе уровня проекта build.gradle
.
allprojects {
repositories {
maven { url "https://jitpack.io" } // Need this
}
}
Примечание - compile
устарело. Используйте implementation
.
implementation 'com.github.SilenceDut:ExpandableLayout:1.2.0'