Skip to content

Commit b0b3d65

Browse files
committed
Prepare for 0.0.3 release
1 parent 197b500 commit b0b3d65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
compile 'com.android.support:appcompat-v7:19.+'
24-
//compile 'com.wrapp.floatlabelededittext:library:+'
24+
//compile 'com.wrapp.floatlabelededittext:library:0.0.3'
2525
compile project(":library")
2626
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.0.2
2-
VERSION_CODE=2
1+
VERSION_NAME=0.0.3
2+
VERSION_CODE=3
33
GROUP=com.wrapp.floatlabelededittext
44

55
POM_DESCRIPTION=Float Label Edittext for Android

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
buildToolsVersion '19.0.3'
1010

1111
defaultConfig {
12-
versionCode 2
13-
versionName "0.0.2"
12+
versionCode 3
13+
versionName "0.0.3"
1414
minSdkVersion 7
1515
targetSdkVersion 19
1616
}

0 commit comments

Comments
 (0)