Adrian Tiberius 457197c23c updated the statusgo refactoring changes
Former-commit-id: fe1f0b689f038de739fe43ee9a55f515342a7b37
2016-09-15 16:48:53 +03:00

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')
}