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 39837ce commit 84a011eCopy full SHA for 84a011e
app/build.gradle
@@ -22,5 +22,5 @@ dependencies {
22
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
23
implementation 'com.android.support:appcompat-v7:28.0.0'
24
implementation 'com.google.android.material:material:1.0.0'
25
- implementation 'org.buffer.android:counter-view:1.0'
+ implementation 'com.github.bufferapp:CounterView:115e659a89'
26
}
build.gradle
@@ -23,6 +23,7 @@ allprojects {
mavenCentral()
maven { url "https://maven.google.com" }
maven { url "https://dl.bintray.com/buffer/Maven" }
+ maven { url 'https://jitpack.io' }
27
google()
28
jcenter()
29
0 commit comments