浏览代码

Bump AHBottomNavigation version to 2.4.6

Only change is visibility modifier of createItems so it can now be overridden
Guy Carmeli 6 年前
父节点
当前提交
feed1cf6c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      lib/android/app/build.gradle

+ 1
- 1
lib/android/app/build.gradle 查看文件

87
     implementation 'com.android.support:appcompat-v7:26.1.0'
87
     implementation 'com.android.support:appcompat-v7:26.1.0'
88
     implementation 'com.android.support:support-v4:26.1.0'
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
     implementation 'com.github.wix-playground:reflow-animator:1.0.4'
91
     implementation 'com.github.wix-playground:reflow-animator:1.0.4'
92
     implementation 'com.github.clans:fab:1.6.4'
92
     implementation 'com.github.clans:fab:1.6.4'
93
 
93