Skip to content

Commit f90038e

Browse files
Update README.md
1 parent 06109e2 commit f90038e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ android/app/build.gradle
4141

4242

4343
```diff
44-
- compileSdkVersion 23
45-
+ compileSdkVersion 25
44+
compileSdkVersion 26
4645

4746
dependencies {
4847
compile fileTree(dir: "libs", include: ["*.jar"])
49-
compile "com.android.support:appcompat-v7:23.0.1"
48+
compile "com.android.support:appcompat-v7:26.1.0"
5049
compile "com.facebook.react:react-native:+" // From node_modules
5150
+ compile project(':react-native-collapsing-toolbar')
5251
+ compile project(':react-native-nested-scroll-view')

0 commit comments

Comments
 (0)