Skip to content

Commit 390df23

Browse files
hadnazzarkadikraman
authored andcommitted
Update Readme file (#283)
misleading appcompat value and option
1 parent 2074e95 commit 390df23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ correct Android Support library version to your project:
344344
of the appcompat libraries and need to upgdrade:
345345
```
346346
dependencies {
347-
compile "com.android.support:appcompat-v7:25.3.1"
347+
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
348348
}
349349
```
350350
3. If necessary, update the `compileSdkVersion` to 25:

0 commit comments

Comments
 (0)