react-native-webview/android/build.gradle

18 lines
299 B
Groovy
Raw Normal View History

2018-07-31 03:21:48 +00:00
apply plugin: 'com.android.library'
android {
2018-08-08 06:02:40 +00:00
compileSdkVersion 26
buildToolsVersion '26.0.3'
2018-07-31 03:21:48 +00:00
defaultConfig {
minSdkVersion 16
2018-08-08 06:02:40 +00:00
targetSdkVersion 26
versionCode 1
versionName "1.0"
2018-07-31 03:21:48 +00:00
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
}