Skip to content

Commit 3cd70ce

Browse files
committed
Use appcompat version matching compileSdkVersion
Gradle lint gives a hard error if the major versions mismatch "This support library should not use a different version (23) than the compileSdkVersion (25)"
1 parent a6ab78b commit 3cd70ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:appcompat-v7:23.4.0'
24+
compile 'com.android.support:appcompat-v7:25.4.0'
2525
compile "com.facebook.react:react-native:+" // From node_modules
2626
}

0 commit comments

Comments
 (0)