diff --git a/android/build.gradle b/android/build.gradle index 2ef362b..0b7cf25 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -17,7 +17,6 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 16 @@ -34,7 +33,7 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' - compile 'com.google.android.gms:play-services-gcm:+' - compile 'org.nanohttpd:nanohttpd:2.3.1' + api 'com.facebook.react:react-native:+' + api 'com.google.android.gms:play-services-gcm:+' + api 'org.nanohttpd:nanohttpd:2.3.1' }