We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2edcc3 commit cb62fc4Copy full SHA for cb62fc4
app/build.gradle
@@ -35,7 +35,6 @@ dependencies {
35
implementation 'com.android.support:appcompat-v7:27.1.1'
36
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
37
testImplementation 'junit:junit:4.12'
38
-// implementation 'com.github.MindorksOpenSource:EditDrawableText:1.1.0'
39
androidTestImplementation 'com.android.support.test:runner:1.0.2'
40
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
41
implementation project(':editdrawabletext')
app/src/main/java/com/mindorks/editdrawabletextsample/MainActivity.kt
@@ -61,7 +61,6 @@ class MainActivity : AppCompatActivity() {
61
62
})
63
}
64
-
65
66
67
/**
0 commit comments