Skip to content

Commit 16f49dc

Browse files
committed
Update version (2.3.0)
1 parent 443cbfb commit 16f49dc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.2.0-SNAPSHOT
2-
VERSION_CODE=10
1+
VERSION_NAME=2.3.0-SNAPSHOT
2+
VERSION_CODE=11
33
GROUP=com.github.johnkil.android-robototextview
44

55
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.

robototextview-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.devspark.robototextview.sample"
99
minSdkVersion 7
1010
targetSdkVersion 21
11-
versionCode 10
12-
versionName "2.2.0"
11+
versionCode 11
12+
versionName "2.3.0"
1313
}
1414
}
1515

robototextview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 7
99
targetSdkVersion 21
10-
versionCode 10
11-
versionName "2.2.0"
10+
versionCode 11
11+
versionName "2.3.0"
1212
}
1313

1414
sourceSets {

0 commit comments

Comments
 (0)