We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0721da5 commit 85da594Copy full SHA for 85da594
sample/build.gradle
@@ -19,7 +19,7 @@ android {
19
20
dependencies {
21
compile fileTree(dir: 'libs', include: ['*.jar'])
22
- compile 'com.android.support:appcompat-v7:21.0.3'
23
-// compile 'com.rengwuxian.materialedittext:library:1.8.3'
+ compile 'com.android.support:appcompat-v7:22.2.0'
+// compile 'com.rengwuxian.materialedittext:library:2.1.4'
24
compile project(':library')
25
}
0 commit comments