File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ dependencies {
22
22
implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
23
23
implementation ' com.android.support:appcompat-v7:28.0.0'
24
24
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 '
26
26
}
Original file line number Diff line number Diff line change 24
24
android : layout_gravity =" end"
25
25
app : counterErrorTextColor =" @color/red"
26
26
app : counterMode =" descending"
27
- app : counterTextColor =" ?colorAccent"
27
+ app : counterCountColor =" ?colorAccent"
28
28
tools : text =" 260" />
29
29
</LinearLayout >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ allprojects {
23
23
mavenCentral()
24
24
maven { url " https://maven.google.com" }
25
25
maven { url " https://dl.bintray.com/buffer/Maven" }
26
+ maven { url ' https://jitpack.io' }
26
27
google()
27
28
jcenter()
28
29
}
You can’t perform that action at this time.
0 commit comments