Explorar el Código

Bump AHBottomNavigation version to 2.4.6

Only change is visibility modifier of createItems so it can now be overridden
Guy Carmeli hace 5 años
padre
commit
feed1cf6c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/android/app/build.gradle

+ 1
- 1
lib/android/app/build.gradle Ver fichero

@@ -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