Browse Source

Update build.gradle

LiuJie 9 years ago
parent
commit
f5d280a56a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libedittextformlibrary/build.gradle

+ 1 - 0
libedittextformlibrary/build.gradle

@@ -20,5 +20,6 @@ android {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
+    testCompile 'junit:junit:4.12'
     compile 'com.android.support:appcompat-v7:22.2.0'
 }