Skip to content

Commit

Permalink
Version bump: 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Aug 7, 2017
1 parent cdafd3f commit 2bd28e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions maoni-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ targetCompatibility = '1.7'
sourceCompatibility = '1.7'

group = 'org.rm3l'
version = '4.0.0'
version = '4.0.1'

final homePath = System.properties['user.home']

Expand Down Expand Up @@ -92,10 +92,10 @@ bintray {

//noinspection GroovyAssignabilityCheck
version {
name = '4.0.0'
name = '4.0.1'
desc = 'Maoni Common'
released = new Date()
vcsTag = '4.0.0'
vcsTag = '4.0.1'
}

publicDownloadNumbers = true
Expand Down
4 changes: 2 additions & 2 deletions maoni-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ android {
applicationId "org.rm3l.maoni.sample"
minSdkVersion 15
targetSdkVersion 25
versionCode 400
versionName "4.0.0"
versionCode 401
versionName "4.0.1"

vectorDrawables.useSupportLibrary = true

Expand Down
8 changes: 4 additions & 4 deletions maoni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 231
versionName "4.0.0"
versionName "4.0.1"
}
buildTypes {
release {
Expand All @@ -43,7 +43,7 @@ android {
}

group = 'org.rm3l'
version = '4.0.0'
version = '4.0.1'

final homePath = System.properties['user.home']

Expand Down Expand Up @@ -107,10 +107,10 @@ bintray {

//noinspection GroovyAssignabilityCheck
version {
name = '4.0.0'
name = '4.0.1'
desc = 'Maoni Android Library'
released = new Date()
vcsTag = '4.0.0'
vcsTag = '4.0.1'
}

publicDownloadNumbers = true
Expand Down

0 comments on commit 2bd28e1

Please sign in to comment.