fix bugly key not found

This commit is contained in:
houxg
2017-02-17 00:53:52 +08:00
parent 698b8a393d
commit 71bbf10c03
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -41,6 +41,7 @@ android {
versionCode ciCode
versionName ciName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField "String", "BUGLY_KEY", String.format("\"%s\"", buglyPrdKey)
}
lintOptions {
@@ -57,7 +58,6 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
buildConfigField "String", "BUGLY_KEY", String.format("\"%s\"", buglyPrdKey)
}
}
}