Skip to content

Commit 85da594

Browse files
committed
Update sample's build script
1 parent 0721da5 commit 85da594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919

2020
dependencies {
2121
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'
22+
compile 'com.android.support:appcompat-v7:22.2.0'
23+
// compile 'com.rengwuxian.materialedittext:library:2.1.4'
2424
compile project(':library')
2525
}

0 commit comments

Comments
 (0)