Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 752f7c0

Browse files
authored
Update build.gradle file to use 1.0 jars (#63)
1 parent 9f4a63f commit 752f7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidJavaClient/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies {
2929
testImplementation 'junit:junit:4.12'
3030
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3131
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
32-
implementation group: 'com.microsoft.signalr', name: 'signalr', version: '1.0.0-preview3-35501'
32+
implementation 'com.microsoft.signalr:signalr:1.0.0'
3333
implementation group: 'org.slf4j', name: 'slf4j-android', version: '1.7.7'
3434
}

0 commit comments

Comments
 (0)