Updated app-theme-helper, which fixes the Preference Switch bug.

This commit is contained in:
Karim Abou Zeid 2016-01-29 01:14:41 +01:00
commit e67edfb7e6
3 changed files with 21 additions and 11 deletions

View file

@ -114,6 +114,10 @@ dependencies {
transitive = true
}
compile('com.github.kabouzeid:app-theme-helper:0.7.11kmod@aar'){
transitive = true
}
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:support-v13:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
@ -138,5 +142,4 @@ dependencies {
compile 'com.github.kabouzeid:AppIntro:3.3.0k'
compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:v1.2-kmod'
compile 'com.github.kabouzeid:app-theme-helper:0.7.8kmod'
}