File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Lightweight Bottom Navigation library component inspired by the Google Material
9
9
10
10
This project is also inspired by https://github.com/roughike/BottomBar
11
11
12
+ <br />
13
+ <img src =" ./art/animated_video.gif " />
14
+
12
15
13
16
Table of contents
14
17
=================
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ dependencies {
44
44
implementation ' androidx.appcompat:appcompat:1.0.2'
45
45
implementation ' com.google.android.material:material:1.1.0-alpha01'
46
46
implementation ' androidx.cardview:cardview:1.0.0'
47
+ implementation ' com.google.android.material:material:1.0.0'
47
48
implementation ' androidx.gridlayout:gridlayout:1.0.0'
48
49
implementation ' androidx.palette:palette:1.0.0'
49
50
implementation ' androidx.recyclerview:recyclerview:1.0.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
13
13
dependencies {
14
- classpath ' com.android.tools.build:gradle:3.2.1 '
14
+ classpath ' com.android.tools.build:gradle:3.4.0-alpha10 '
15
15
classpath ' com.dicedmelon.gradle:jacoco-android:0.1.1'
16
16
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
17
17
}
Original file line number Diff line number Diff line change 1
- # Tue Jan 24 16:54:49 EST 2017
1
+ # Sat Jan 12 17:01:17 EST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1-milestone-1 -all.zip
You can’t perform that action at this time.
0 commit comments