Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 801da94

Browse files
committed
Project: Introduce BottomBar 1.4.0.1
Signed-off-by: Fung <fython@163.com>
1 parent b7017a2 commit 801da94

6 files changed

Lines changed: 4 additions & 3 deletions

File tree

62.8 KB
Binary file not shown.

bottom-bar-1.4.0.1/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
configurations.maybeCreate("default")
2+
artifacts.add("default", file('bottom-bar-1.4.0.1.aar'))
62.8 KB
Binary file not shown.

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ dependencies {
2727
// wearApp project(':wear')
2828
compile project(':libraries:AdvancedRecyclerView')
2929
compile project(':libraries:StatusBarCompat')
30+
compile project(':bottom-bar-1.4.0.1')
3031
compile 'com.android.support:appcompat-v7:25.1.0'
3132
compile 'com.android.support:cardview-v7:25.1.0'
3233
compile 'com.android.support:design:25.1.0'
3334
compile 'com.android.support:support-v13:25.1.0'
3435
compile 'com.android.support:customtabs:25.1.0'
35-
compile 'com.roughike:bottom-bar:1.4.0.1'
3636
compile 'com.google.code.gson:gson:2.8.0'
3737
compile 'com.squareup.okhttp3:okhttp:3.6.0'
3838
compile 'com.rengwuxian.materialedittext:library:2.1.4'

mobile/src/main/java/info/papdt/express/helper/ui/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import android.os.Handler;
1212
import android.os.Message;
1313
import android.support.annotation.IdRes;
14-
import android.support.design.widget.BottomSheetDialog;
1514
import android.support.design.widget.FloatingActionButton;
1615
import android.support.design.widget.Snackbar;
1716
import android.util.Log;

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':mobile', ':wear', ':libraries:StatusBarCompat', ':libraries:AdvancedRecyclerView'
1+
include ':mobile', ':wear', ':libraries:StatusBarCompat', ':libraries:AdvancedRecyclerView', ':bottom-bar-1.4.0.1'

0 commit comments

Comments
 (0)