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