Browse Source

Bump AHBottomNavigation version to 2.4.6

Only change is visibility modifier of createItems so it can now be overridden
Guy Carmeli 5 years ago
parent
commit
feed1cf6c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/android/app/build.gradle

+ 1
- 1
lib/android/app/build.gradle View File

@@ -87,7 +87,7 @@ dependencies {
87 87
     implementation 'com.android.support:appcompat-v7:26.1.0'
88 88
     implementation 'com.android.support:support-v4:26.1.0'
89 89
 
90
-    implementation 'com.github.wix-playground:ahbottomnavigation:2.4.5'
90
+    implementation 'com.github.wix-playground:ahbottomnavigation:2.4.6'
91 91
     implementation 'com.github.wix-playground:reflow-animator:1.0.4'
92 92
     implementation 'com.github.clans:fab:1.6.4'
93 93