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.
2 parents 4216dc9 + 7a54a0e commit f8446ddCopy full SHA for f8446dd
android/build.gradle
@@ -1,8 +1,8 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion "25.0.3"
+ compileSdkVersion 27
+ buildToolsVersion "27.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
@@ -19,8 +19,8 @@ android {
19
}
20
21
dependencies {
22
- compile fileTree(dir: 'libs', include: ['*.jar'])
23
- testCompile 'junit:junit:4.12'
24
- compile 'com.android.support:appcompat-v7:25.4.0'
25
- compile "com.facebook.react:react-native:+" // From node_modules
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ testImplementation 'junit:junit:4.12'
+ implementation 'com.android.support:appcompat-v7:27.0.2'
+ implementation "com.facebook.react:react-native:+" // From node_modules
26
0 commit comments