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

Commit 515f5d0

Browse files
committed
fixed gradle file per feedback from @mikaelm12
1 parent 5e5111a commit 515f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PullRequestR/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3232
implementation 'com.microsoft.signalr:signalr:1.0.0-preview3-35501'
3333
implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
34-
implementation group: 'org.slf4j', name: 'slf4j-android', version: '1.7.7'
34+
implementation 'org.slf4j:slf4j-android:1.7.7'
3535
implementation 'com.squareup.picasso:picasso:2.71828'
3636
}

0 commit comments

Comments
 (0)