Skip to content

Commit

Permalink
Updated Version and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Amandeep Anguralla committed Oct 17, 2017
1 parent 9d46420 commit 8c5d547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Add dependencies to app/build.gradle file

dependencies {
...
compile 'com.vwo:mobile:2.0.0-beta8@aar'
compile ('io.socket:socket.io-client:1.0.0') {
compile 'com.vwo:mobile:2.0.0-RC1@aar'
debugCompile ('io.socket:socket.io-client:1.0.0') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
versionCode 9
minSdkVersion 14
targetSdkVersion 26
versionName "2.0.0-SNAPSHOT"
versionName "2.0.0-RC1"
}
signingConfigs {
config {
Expand Down

0 comments on commit 8c5d547

Please sign in to comment.