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

Commit

Permalink
Update build.gradle file to use 1.0 jars (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelm12 authored Jan 3, 2019
1 parent 9f4a63f commit 752f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidJavaClient/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 752f7c0

Please sign in to comment.