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-10-09 09:34:29 +00:00
|
|
|
compile 'com.github.ericwlange:AndroidJSCore:3.0.1'
|
2017-09-26 09:19:38 +00:00
|
|
|
compile 'status-im:function:0.0.1'
|
2017-12-21 11:42:12 +00:00
|
|
|
compile(group: 'status-im', name: 'status-go', version: 'develop-gb7fb51d9', ext: 'aar')
|
2016-10-11 14:24:52 +00:00
|
|
|
}
|