mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
457197c23c
Former-commit-id: fe1f0b689f038de739fe43ee9a55f515342a7b37
18 lines
379 B
Groovy
18 lines
379 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:+'
|
|
compile(group: 'status-im', name: 'status-go', version: '0.1.1', ext: 'aar')
|
|
} |