Skip to content

Commit cb62fc4

Browse files
committed
Checkout development
1 parent b2edcc3 commit cb62fc4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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'
3938
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4039
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
4140
implementation project(':editdrawabletext')

app/src/main/java/com/mindorks/editdrawabletextsample/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class MainActivity : AppCompatActivity() {
6161

6262
})
6363
}
64-
6564
}
6665

6766
/**

0 commit comments

Comments
 (0)