Sin descripción

build.gradle 303B

123456789101112131415161718
  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 23
  4. buildToolsVersion "25.0.0"
  5. defaultConfig {
  6. minSdkVersion 16
  7. targetSdkVersion 22
  8. versionCode 19
  9. versionName "1.1.17"
  10. }
  11. }
  12. dependencies {
  13. compile 'com.facebook.react:react-native:+'
  14. }