更新设备wifi
This commit is contained in:
@@ -36,7 +36,8 @@ if (flutterVersionName == null) {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.taihe.vbvs_app"
|
||||
// namespace = "com.taihe.vbvs_app"
|
||||
namespace = "com.taihe.mianhuatang"
|
||||
// compileSdk = flutter.compileSdkVersion
|
||||
compileSdk = localProperties.getProperty('flutter.compileSdkVersion').toInteger()
|
||||
|
||||
@@ -55,7 +56,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.taihe.vbvs_app"
|
||||
// applicationId "com.taihe.vbvs_app"
|
||||
applicationId "com.taihe.mianhuatang"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
// minSdk = flutter.minSdkVersion
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.taihe.vbvs_app"
|
||||
namespace = "com.taihe.mianhuatang"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
@@ -21,7 +21,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "com.taihe.vbvs_app"
|
||||
applicationId = "com.taihe.mianhuatang"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
>
|
||||
<activity
|
||||
android:name="com.taihe.mh_app.MainActivity"
|
||||
android:name="com.taihe.mianhuatang.MainActivity"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.taihe.mh_app
|
||||
package com.taihe.mianhuatang
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
storePassword=mh1234
|
||||
keyPassword=mh1234
|
||||
keyAlias=Key
|
||||
storeFile=test.keystore
|
||||
# storePassword=taihe601
|
||||
# keyPassword=taihe601
|
||||
# keyAlias=testalias
|
||||
# storeFile=test.keystore
|
||||
|
||||
storePassword=mht@123456
|
||||
keyPassword=mht@123456
|
||||
keyAlias=mianhuatang
|
||||
storeFile=AppKeys.jks
|
||||
@@ -1,7 +1,7 @@
|
||||
sdk.dir=C:\\Users\\Administrator\\AppData\\Local\\Android\\sdk
|
||||
flutter.sdk=C:\\dev\\flutter
|
||||
=======
|
||||
flutter.buildMode=release
|
||||
sdk.dir=C:\\Users\\wyf\\AppData\\Local\\Android\\sdk
|
||||
flutter.sdk=D:\\flutter_res\\flutter
|
||||
|
||||
flutter.buildMode=debug
|
||||
flutter.versionName=1.0.0
|
||||
flutter.versionCode=1
|
||||
flutter.minSdkVersion=22
|
||||
|
||||
Reference in New Issue
Block a user