diff --git a/README.md b/README.md index c4b33dd..9d3edbf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Lightweight Bottom Navigation library component inspired by the Google Material This project is also inspired by https://github.com/roughike/BottomBar +
+ + Table of contents ================= diff --git a/app/build.gradle b/app/build.gradle index 4bd556f..4a42ce3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,6 +44,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.1.0-alpha01' implementation 'androidx.cardview:cardview:1.0.0' + implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.palette:palette:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' diff --git a/art/animated_video.gif b/art/animated_video.gif new file mode 100644 index 0000000..2d2356f Binary files /dev/null and b/art/animated_video.gif differ diff --git a/build.gradle b/build.gradle index ab39878..6e41121 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.4.0-alpha10' classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c0bef9..e92a2b9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Jan 24 16:54:49 EST 2017 +#Sat Jan 12 17:01:17 EST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-milestone-1-all.zip