Roman Volosovskyi 8a50bd423b add discardTransaction method to react-native-status module
Former-commit-id: cf12c7951d2e706232657e2a9b3f26d000ca24cb
2016-11-01 18:08:16 +02:00

19 lines
385 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: 'tx-discard', ext: 'aar')
}