mirror of
https://github.com/status-im/react-native-status.git
synced 2026-08-27 19:21:12 +00:00
20 lines
387 B
Groovy
20 lines
387 B
Groovy
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:0.16.+'
|
|
compile(group: 'status-im', name: 'status-go', version: 'amtest', ext: 'aar')
|
|
}
|
|
|