File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # EditDrawableText
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ dependencies {
3535 implementation ' com.android.support:appcompat-v7:27.1.1'
3636 implementation ' com.android.support.constraint:constraint-layout:1.1.2'
3737 testImplementation ' junit:junit:4.12'
38+ implementation ' com.github.MindorksOpenSource:EditDrawableText:1.1.0'
3839 androidTestImplementation ' com.android.support.test:runner:1.0.2'
3940 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
4041 implementation project(' :editdrawabletext' )
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ buildscript {
1717
1818allprojects {
1919 repositories {
20+ maven { url ' https://jitpack.io' }
2021 google()
2122 jcenter()
22- maven { url ' https://jitpack.io' }
2323
2424 }
2525}
You can’t perform that action at this time.
0 commit comments