File tree 5 files changed +2
-2
lines changed
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 {
35
35
implementation ' com.android.support:appcompat-v7:27.1.1'
36
36
implementation ' com.android.support.constraint:constraint-layout:1.1.2'
37
37
testImplementation ' junit:junit:4.12'
38
+ implementation ' com.github.MindorksOpenSource:EditDrawableText:1.1.0'
38
39
androidTestImplementation ' com.android.support.test:runner:1.0.2'
39
40
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
40
41
implementation project(' :editdrawabletext' )
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ buildscript {
17
17
18
18
allprojects {
19
19
repositories {
20
+ maven { url ' https://jitpack.io' }
20
21
google()
21
22
jcenter()
22
- maven { url ' https://jitpack.io' }
23
23
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments