Update getting-started.md (#61)
Summary: Using debugImplementation instead of deprecated debugCompile Closes https://github.com/facebook/Sonar/pull/61 Differential Revision: D8466425 Pulled By: passy fbshipit-source-id: b3dd4185b307933c0781a798385a66ab128b43f2
This commit is contained in:
committed by
Facebook Github Bot
parent
e820beba83
commit
6cf1c0d173
@@ -31,7 +31,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugCompile 'com.facebook.sonar:sonar:0.0.1'
|
||||
debugImplementation 'com.facebook.sonar:sonar:0.0.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user