We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6cd13 commit 60e2476Copy full SHA for 60e2476
README.md
@@ -2,16 +2,15 @@
2
3
# Popup Bottom Navigation for Android
4
5
-
6
-
+
7
8
## Installation
9
### root build.gradle
10
```groovy
11
allprojects {
12
repositories {
13
...
14
- maven { url = uri("https://jitpack.io") }
+ maven { url = uri("https://jitpack.io") }
15
}
16
17
```
0 commit comments