2016-09-07 17:35:04 +00:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
|
|
|
compileSdkVersion 23
|
|
|
|
buildToolsVersion "23.0.1"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
minSdkVersion 16
|
|
|
|
targetSdkVersion 22
|
|
|
|
versionCode 1
|
|
|
|
versionName "1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile 'com.facebook.react:react-native:+'
|
2016-12-21 18:19:19 +00:00
|
|
|
compile(group: 'status-im', name: 'status-go', version: '1.1.0-14-g85f29c2', ext: 'aar')
|
2016-10-11 14:24:52 +00:00
|
|
|
}
|