react-native-webview.git

build.gradle 299B

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