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 2074e95 commit 390df23Copy full SHA for 390df23
README.md
@@ -344,7 +344,7 @@ correct Android Support library version to your project:
344
of the appcompat libraries and need to upgdrade:
345
```
346
dependencies {
347
- compile "com.android.support:appcompat-v7:25.3.1"
+ implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
348
}
349
350
3. If necessary, update the `compileSdkVersion` to 25:
0 commit comments