Skip to content

Commit

Permalink
Bump version in root build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharat authored Aug 25, 2019
1 parent f2e63f4 commit c86e2e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ allprojects {

ext {
groupName = 'com.github.flipkart-incubator.proteus'
versionName = '5.0.0'
versionCode = 500016
versionName = '5.0.1'
versionCode = 500017
compileSdkVersion = 28
minSdkVersion = 19
targetSdkVersion = 28
buildToolsVersion = '28.0.3'
supportLibraryVersion = '1.0.2'
}

apply plugin: 'maven-publish'
apply plugin: 'maven-publish'

0 comments on commit c86e2e9

Please sign in to comment.