Skip to content

Commit 7a2b382

Browse files
committed
Merge branch 'master' of github.com:bufferapp/android-components
2 parents c028a59 + 9e2bae6 commit 7a2b382

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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
}

app/src/main/res/layout/view_limited_length_input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
android:layout_gravity="end"
2525
app:counterErrorTextColor="@color/red"
2626
app:counterMode="descending"
27-
app:counterTextColor="?colorAccent"
27+
app:counterCountColor="?colorAccent"
2828
tools:text="260" />
2929
</LinearLayout>

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)