Skip to content

Commit daa736f

Browse files
committed
bump version
1 parent 16743ac commit daa736f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88

99
GROUP = 'com.codepath.libraries'
1010
BASE_VERSION = "2.0"
11-
VERSION_NAME = "2.1.0"
11+
VERSION_NAME = "2.1.2"
1212
POM_PACKAGING = "aar"
1313
POM_DESCRIPTION = "CodePath OAuth Handler"
1414

@@ -98,7 +98,6 @@ dependencies {
9898
implementation 'oauth.signpost:signpost-core:1.2.1.2'
9999
implementation 'com.facebook.stetho:stetho:1.5.1'
100100
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
101-
102101
}
103102

104103
/*task jar(type: Jar) {

0 commit comments

Comments
 (0)