Fixed bugsnag issue for android build

This commit is contained in:
Mustafa Buyukcelebi 2019-07-24 12:28:52 +03:00
parent c92b36db8e
commit 45424bdd30

View File

@ -1,6 +1,6 @@
apply plugin: "com.android.application"
apply plugin: 'com.bugsnag.android.gradle'
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
apply plugin: 'com.bugsnag.android.gradle'
import com.android.build.OutputFile
@ -116,6 +116,7 @@ android {
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
vectorDrawables.useSupportLibrary = true
resValue "string", "build_config_package", "app.esteem.mobile.android"
}
splits {
abi {