Skip to content

Commit

Permalink
Update version (2.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Jan 23, 2015
1 parent 443cbfb commit 16f49dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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=2.2.0-SNAPSHOT
VERSION_CODE=10
VERSION_NAME=2.3.0-SNAPSHOT
VERSION_CODE=11
GROUP=com.github.johnkil.android-robototextview

POM_DESCRIPTION=Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Expand Down
4 changes: 2 additions & 2 deletions robototextview-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.devspark.robototextview.sample"
minSdkVersion 7
targetSdkVersion 21
versionCode 10
versionName "2.2.0"
versionCode 11
versionName "2.3.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions robototextview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 21
versionCode 10
versionName "2.2.0"
versionCode 11
versionName "2.3.0"
}

sourceSets {
Expand Down

0 comments on commit 16f49dc

Please sign in to comment.