Skip to content

Commit

Permalink
Upgraded library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aritra Roy committed Oct 14, 2017
1 parent 998efcf commit 0002b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rxmagneto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/aritraroy/RxMagneto'
gitUrl = 'https://github.com/aritraroy/RxMagneto.git'

libraryVersion = '1.0.0'
libraryVersion = '2.0.0'

developerId = 'aritraroy'
developerName = 'Aritra Roy'
Expand All @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
}

buildTypes {
Expand Down

0 comments on commit 0002b25

Please sign in to comment.