From f0edcc1629260c55635c97eb875cb40c6fee35f5 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Fri, 4 May 2018 14:34:29 +0200 Subject: [PATCH] Update ATH - colors navigation bar buttons on Android O+ --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f2459c4..ef269a2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation "com.android.support:percent:$supportLibVersion" implementation "com.android.support:preference-v7:$supportLibVersion" implementation "com.android.support:preference-v14:$supportLibVersion" - implementation 'com.github.kabouzeid:app-theme-helper:1.3.9' + implementation 'com.github.kabouzeid:app-theme-helper:1.3.10' implementation 'com.github.kabouzeid:RecyclerView-FastScroll:1.0.16-kmod' implementation 'com.github.kabouzeid:SeekArc:1.2-kmod' implementation 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'