Ver a proveniência

deploy playstore

master
jefry há 4 anos
ascendente
cometimento
d355658c1f
5 ficheiros alterados com 9 adições e 9 eliminações
  1. +3
    -3
      android/app/build.gradle
  2. +1
    -1
      android/app/src/debug/AndroidManifest.xml
  3. +1
    -1
      android/app/src/main/kotlin/com/example/assetstock/MainActivity.kt
  4. +1
    -1
      android/app/src/profile/AndroidManifest.xml
  5. +3
    -3
      ios/Runner.xcodeproj/project.pbxproj

+ 3
- 3
android/app/build.gradle Ver ficheiro

@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 28
compileSdkVersion 29

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@@ -44,9 +44,9 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.assetstock"
applicationId "com.thamringroup.assetstock"
minSdkVersion 18
targetSdkVersion 28
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}


+ 1
- 1
android/app/src/debug/AndroidManifest.xml Ver ficheiro

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.assetstock">
package="com.thamringroup.assetstock">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->


+ 1
- 1
android/app/src/main/kotlin/com/example/assetstock/MainActivity.kt Ver ficheiro

@@ -1,4 +1,4 @@
package com.example.assetstock
package com.thamringroup.assetstock

import io.flutter.embedding.android.FlutterActivity



+ 1
- 1
android/app/src/profile/AndroidManifest.xml Ver ficheiro

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.assetstock">
package="com.thamringroup.assetstock">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->


+ 3
- 3
ios/Runner.xcodeproj/project.pbxproj Ver ficheiro

@@ -308,7 +308,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock;
PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
@@ -442,7 +442,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock;
PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -469,7 +469,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock;
PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;


Carregando…
Cancelar
Guardar