|
|
@@ -40,7 +40,13 @@ android {
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
ndk {
|
|
|
// abiFilters 'armeabi-v7a'
|
|
|
+ abiFilters 'armeabi', 'armeabi-v7a', 'x86', 'x86_64', 'mips', 'mips64', 'arm64-v8a',
|
|
|
}
|
|
|
+ manifestPlaceholders = [
|
|
|
+ JPUSH_PKGNAME : applicationId,
|
|
|
+ JPUSH_APPKEY : "59c5293593306ecb18120462", // NOTE: JPush 上注册的包名对应的 Appkey.
|
|
|
+ JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可.
|
|
|
+ ]
|
|
|
}
|
|
|
signingConfigs {
|
|
|
debug {
|