Skip to content

Commit

Permalink
Bump version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Mar 2, 2015
1 parent 810b349 commit 53d7419
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.8.2
VERSION_CODE=35
VERSION_NAME=1.8.3
VERSION_CODE=36
GROUP=com.rengwuxian.materialedittext

POM_DESCRIPTION=Android EditText in Material Design
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.rengwuxian.materialedittext:library:1.8.2'
// compile project(':library')
}
compile 'com.rengwuxian.materialedittext:library:1.8.3'
// compile project(':library')
}

0 comments on commit 53d7419

Please sign in to comment.