mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-16 23:44:27 +00:00
fix bugly key not found
This commit is contained in:
Binary file not shown.
@@ -41,6 +41,7 @@ android {
|
|||||||
versionCode ciCode
|
versionCode ciCode
|
||||||
versionName ciName
|
versionName ciName
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
buildConfigField "String", "BUGLY_KEY", String.format("\"%s\"", buglyPrdKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
@@ -57,7 +58,6 @@ android {
|
|||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
signingConfig signingConfigs.config
|
signingConfig signingConfigs.config
|
||||||
buildConfigField "String", "BUGLY_KEY", String.format("\"%s\"", buglyPrdKey)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user