Skip to content

Commit c86e2e9

Browse files
authored
Bump version in root build.gradle file
1 parent f2e63f4 commit c86e2e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ allprojects {
4040

4141
ext {
4242
groupName = 'com.github.flipkart-incubator.proteus'
43-
versionName = '5.0.0'
44-
versionCode = 500016
43+
versionName = '5.0.1'
44+
versionCode = 500017
4545
compileSdkVersion = 28
4646
minSdkVersion = 19
4747
targetSdkVersion = 28
4848
buildToolsVersion = '28.0.3'
4949
supportLibraryVersion = '1.0.2'
5050
}
5151

52-
apply plugin: 'maven-publish'
52+
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)