Skip to content

Commit 22890b7

Browse files
committed
Added Preview Images
1 parent f752533 commit 22890b7

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# EditDrawableText

app/build.gradle

+1
Original file line numberDiff line numberDiff 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')

app/src/main/assets/sample1.jpg

32.1 KB
Loading

app/src/main/assets/sample2.jpg

31.6 KB
Loading

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ buildscript {
1717

1818
allprojects {
1919
repositories {
20+
maven { url 'https://jitpack.io' }
2021
google()
2122
jcenter()
22-
maven { url 'https://jitpack.io' }
2323

2424
}
2525
}

0 commit comments

Comments
 (0)