Skip to content

Commit

Permalink
Updated VWO SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Amandeep Anguralla committed Nov 13, 2017
1 parent a03322f commit af79630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
// implementation project(':library')
implementation 'io.sentry:sentry-android:1.4.0'
implementation 'com.vwo:mobile:2.0.0-RC2'
implementation 'com.vwo:mobile:2.0.0-RC3'
debugImplementation('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 sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.5.2'
// implementation project(':library')
implementation 'io.sentry:sentry-android:1.4.0'
implementation 'com.vwo:mobile:2.0.0-RC2@aar'
implementation 'com.vwo:mobile:2.0.0-RC3@aar'
debugImplementation('io.socket:socket.io-client:1.0.0') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
Expand Down

0 comments on commit af79630

Please sign in to comment.