Skip to content

Commit 84a011e

Browse files
committed
Update counter view
1 parent 39837ce commit 84a011e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ dependencies {
2222
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2323
implementation 'com.android.support:appcompat-v7:28.0.0'
2424
implementation 'com.google.android.material:material:1.0.0'
25-
implementation 'org.buffer.android:counter-view:1.0'
25+
implementation 'com.github.bufferapp:CounterView:115e659a89'
2626
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ allprojects {
2323
mavenCentral()
2424
maven { url "https://maven.google.com" }
2525
maven { url "https://dl.bintray.com/buffer/Maven" }
26+
maven { url 'https://jitpack.io' }
2627
google()
2728
jcenter()
2829
}

0 commit comments

Comments
 (0)