Skip to content

Commit 42c8b23

Browse files
authored
Merge pull request #86 from sephiroth74/feature/video
Feature/video
2 parents c273648 + d73ad3c commit 42c8b23

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Lightweight Bottom Navigation library component inspired by the Google Material
99

1010
This project is also inspired by https://github.com/roughike/BottomBar
1111

12+
<br />
13+
<img src="./art/animated_video.gif" />
14+
1215

1316
Table of contents
1417
=================

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

art/animated_video.gif

3.28 MB
Loading

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 24 16:54:49 EST 2017
1+
#Sat Jan 12 17:01:17 EST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)