Skip to content

Commit 0002b25

Browse files
author
Aritra Roy
committed
Upgraded library version
1 parent 998efcf commit 0002b25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rxmagneto/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
siteUrl = 'https://github.com/aritraroy/RxMagneto'
1515
gitUrl = 'https://github.com/aritraroy/RxMagneto.git'
1616

17-
libraryVersion = '1.0.0'
17+
libraryVersion = '2.0.0'
1818

1919
developerId = 'aritraroy'
2020
developerName = 'Aritra Roy'
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion 14
3434
targetSdkVersion 26
35-
versionCode 1
36-
versionName "1.0"
35+
versionCode 2
36+
versionName "2.0"
3737
}
3838

3939
buildTypes {

0 commit comments

Comments
 (0)