Skip to content

Commit 74a5ad1

Browse files
committed
.gitignore fix
1 parent 55a921e commit 74a5ad1

File tree

7 files changed

+3
-408
lines changed

7 files changed

+3
-408
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
*.iml
32
.gradle
43
/local.properties

EditDrawableText.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/app.iml

Lines changed: 0 additions & 197 deletions
This file was deleted.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies {
2929
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
3030
testImplementation 'junit:junit:4.12'
3131
androidTestImplementation 'com.android.support.test:runner:1.0.2'
32+
implementation 'com.github.MindorksOpenSource:EditDrawableText:0.1.0'
3233
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
33-
implementation project(':editdrawabletext')
3434
}

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22+
maven { url 'https://jitpack.io' }
23+
2224
}
2325
}
2426

0 commit comments

Comments
 (0)