File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Lightweight Bottom Navigation library component inspired by the Google Material
99
1010This project is also inspired by https://github.com/roughike/BottomBar
1111
12+ <br />
13+ <img src =" ./art/animated_video.gif " />
14+
1215
1316Table of contents
1417=================
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ dependencies {
4444 implementation ' androidx.appcompat:appcompat:1.0.2'
4545 implementation ' com.google.android.material:material:1.1.0-alpha01'
4646 implementation ' androidx.cardview:cardview:1.0.0'
47+ implementation ' com.google.android.material:material:1.0.0'
4748 implementation ' androidx.gridlayout:gridlayout:1.0.0'
4849 implementation ' androidx.palette:palette:1.0.0'
4950 implementation ' androidx.recyclerview:recyclerview:1.0.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 }
1212
1313 dependencies {
14- classpath ' com.android.tools.build:gradle:3.2.1 '
14+ classpath ' com.android.tools.build:gradle:3.4.0-alpha10 '
1515 classpath ' com.dicedmelon.gradle:jacoco-android:0.1.1'
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 }
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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