From 752f7c056ca2a7942f0b205642a11e2a0fda7a03 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Thu, 3 Jan 2019 11:07:56 -0800 Subject: [PATCH] Update build.gradle file to use 1.0 jars (#63) --- AndroidJavaClient/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidJavaClient/app/build.gradle b/AndroidJavaClient/app/build.gradle index bf4ff0d..80a7043 100644 --- a/AndroidJavaClient/app/build.gradle +++ b/AndroidJavaClient/app/build.gradle @@ -29,6 +29,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - implementation group: 'com.microsoft.signalr', name: 'signalr', version: '1.0.0-preview3-35501' + implementation 'com.microsoft.signalr:signalr:1.0.0' implementation group: 'org.slf4j', name: 'slf4j-android', version: '1.7.7' }