Jamon Holmgren af0057a321 Reshuffling
2018-08-02 21:41:20 -07:00

18 lines
303 B
Groovy

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:+'
}