We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998efcf commit 0002b25Copy full SHA for 0002b25
1 file changed
rxmagneto/build.gradle
@@ -14,7 +14,7 @@ ext {
14
siteUrl = 'https://github.com/aritraroy/RxMagneto'
15
gitUrl = 'https://github.com/aritraroy/RxMagneto.git'
16
17
- libraryVersion = '1.0.0'
+ libraryVersion = '2.0.0'
18
19
developerId = 'aritraroy'
20
developerName = 'Aritra Roy'
@@ -32,8 +32,8 @@ android {
32
defaultConfig {
33
minSdkVersion 14
34
targetSdkVersion 26
35
- versionCode 1
36
- versionName "1.0"
+ versionCode 2
+ versionName "2.0"
37
}
38
39
buildTypes {
0 commit comments