修复锁通通跟星锁高德地图sha获取方式(安卓)
This commit is contained in:
parent
58f24b6cee
commit
4bcc9e2878
@ -114,7 +114,7 @@ android {
|
|||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
|
||||||
signingConfig signingConfigs.pre
|
signingConfig signingConfigs.sky
|
||||||
|
|
||||||
// 为减少体积,使用不同架构分包发布编译选项 flutter build apk --split-per-abi
|
// 为减少体积,使用不同架构分包发布编译选项 flutter build apk --split-per-abi
|
||||||
// 所以需要禁用ndk在同一个个包中包含多个架构
|
// 所以需要禁用ndk在同一个个包中包含多个架构
|
||||||
@ -133,7 +133,7 @@ android {
|
|||||||
universalApk true
|
universalApk true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}// /Users/sky/app-starlock/star_lock/android/app/sky.jks
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
productFlavors.dev.signingConfig signingConfigs.pre
|
productFlavors.dev.signingConfig signingConfigs.pre
|
||||||
@ -142,7 +142,10 @@ android {
|
|||||||
productFlavors.xhj.signingConfig signingConfigs.xhj
|
productFlavors.xhj.signingConfig signingConfigs.xhj
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
signingConfig signingConfigs.pre
|
productFlavors.dev.signingConfig signingConfigs.pre
|
||||||
|
productFlavors.pre.signingConfig signingConfigs.pre
|
||||||
|
productFlavors.sky.signingConfig signingConfigs.sky
|
||||||
|
productFlavors.xhj.signingConfig signingConfigs.xhj
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -121,9 +121,7 @@ class _DemoModeLockDetailPageState extends State<DemoModeLockDetailPage> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(height: 30.h),
|
||||||
height: 30.h,
|
|
||||||
),
|
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
@ -169,7 +169,7 @@ class _LockAddressGaoDePageState extends State<LockAddressGaoDePage> with RouteA
|
|||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
child:
|
child:
|
||||||
addressInfo != null ?
|
(addressInfo != null && addressInfo!.containsKey("latitude")) ?
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user