Skip to content

Commit

Permalink
Update sample's build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Jun 4, 2015
1 parent 0721da5 commit 85da594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
// 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'
compile project(':library')
}

0 comments on commit 85da594

Please sign in to comment.