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