File tree Expand file tree Collapse file tree
compoundicontextview/src/main/java/com/github/aakira/compoundicontextview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ buildscript {
9999}
100100
101101dependencies {
102- compile 'com.github.aakira:compound-icon-textview:1.2.0 @aar'
102+ compile 'com.github.aakira:compound-icon-textview:1.2.1 @aar'
103103}
104104```
105105## Using libraries
Original file line number Diff line number Diff line change 3838 */
3939public class CompoundIconTextView extends AppCompatTextView {
4040
41- public static final int UNDEFINED_RESOURCE = - 0x001 ;
41+ public static final int UNDEFINED_RESOURCE = 0xABCD ;
4242
4343 private static final int INDEX_LEFT = 0 ;
4444 private static final int INDEX_TOP = 1 ;
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ org.gradle.jvmargs=-Xmx1536m
1919
2020# This library version
2121
22- LIBRARY_VERSION_CODE =3
23- LIBRARY_VERSION_NAME =1.2.0
22+ LIBRARY_VERSION_CODE =4
23+ LIBRARY_VERSION_NAME =1.2.1
2424
2525# App information
2626
You can’t perform that action at this time.
0 commit comments