We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d2483 commit 03758ecCopy full SHA for 03758ec
README.md
@@ -26,7 +26,7 @@ allprojects {
26
Then, add the library to your project `build.gradle`
27
```gradle
28
ext {
29
- parseVersion = latest.version.here
+ parseVersion = "latest.version.here"
30
}
31
dependencies {
32
implementation "com.github.parse-community.Parse-SDK-Android:parse:$parseVersion"
0 commit comments