react-native-webview/android/build.gradle

18 lines
303 B
Groovy
Raw Normal View History

2018-07-31 03:21:48 +00:00
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
versionCode 19
versionName "1.1.17"
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
}