diff --git a/src/android/build-extras.gradle b/src/android/build-extras.gradle index 5ffed0f..bd3d94f 100644 --- a/src/android/build-extras.gradle +++ b/src/android/build-extras.gradle @@ -6,10 +6,9 @@ repositories { } dependencies { - compile 'com.vwo:mobile:2.0.0-rc.4@aar' + compile 'com.vwo:mobile:2.2.0@aar' compile ('io.socket:socket.io-client:1.0.0') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' } - compile 'io.sentry:sentry-android:1.4.0' }