|
|
@ -28,6 +28,12 @@ android {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ndk{
|
|
|
|
|
|
|
|
moduleName "libnew_native_libe"
|
|
|
|
|
|
|
|
ldLibs "log"
|
|
|
|
|
|
|
|
abiFilters "armeabi-v7a","arm64-v8a"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
manifestPlaceholders = [
|
|
|
|
manifestPlaceholders = [
|
|
|
|
JPUSH_PKGNAME : applicationId,
|
|
|
|
JPUSH_PKGNAME : applicationId,
|
|
|
|
JPUSH_APPKEY : "4469bc1d5cfba9e5aea1cac4",
|
|
|
|
JPUSH_APPKEY : "4469bc1d5cfba9e5aea1cac4",
|
|
|
@ -57,7 +63,7 @@ android {
|
|
|
|
buildConfigField("String" ,"appid" ,"\"${rootProject.ext.wx.appid}\"")
|
|
|
|
buildConfigField("String" ,"appid" ,"\"${rootProject.ext.wx.appid}\"")
|
|
|
|
buildConfigField("String" ,"appSecret" ,"\"${rootProject.ext.wx.appSecret}\"")
|
|
|
|
buildConfigField("String" ,"appSecret" ,"\"${rootProject.ext.wx.appSecret}\"")
|
|
|
|
|
|
|
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
signingConfigs{
|
|
|
|
signingConfigs{
|
|
|
|