Update simple menu

This commit is contained in:
NekoInverter 2020-03-30 15:23:44 +08:00
parent 423a04edaf
commit 665db19b62
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
2 changed files with 1 additions and 4 deletions

View File

@ -73,6 +73,6 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.takisoft.preferencex:preferencex:1.1.0'
implementation 'com.takisoft.preferencex:preferencex-colorpicker:1.1.0'
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.1.0'
implementation 'com.github.NekoInverter.preferencex-android:preferencex-simplemenu:88f93154b2'
implementation 'com.timehop.stickyheadersrecyclerview:library:0.4.3@aar'
}

View File

@ -20,9 +20,6 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven {
url "https://dl.bintray.com/rikkaw/MaterialPreference"
}
}
}