| @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { | |||||
| } | } | ||||
| android { | android { | ||||
| compileSdkVersion 28 | |||||
| compileSdkVersion 29 | |||||
| sourceSets { | sourceSets { | ||||
| main.java.srcDirs += 'src/main/kotlin' | main.java.srcDirs += 'src/main/kotlin' | ||||
| @@ -44,9 +44,9 @@ android { | |||||
| defaultConfig { | defaultConfig { | ||||
| // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | // 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 | minSdkVersion 18 | ||||
| targetSdkVersion 28 | |||||
| targetSdkVersion 29 | |||||
| versionCode flutterVersionCode.toInteger() | versionCode flutterVersionCode.toInteger() | ||||
| versionName flutterVersionName | versionName flutterVersionName | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <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 | <!-- Flutter needs it to communicate with the running application | ||||
| to allow setting breakpoints, to provide hot reload, etc. | to allow setting breakpoints, to provide hot reload, etc. | ||||
| --> | --> | ||||
| @@ -1,4 +1,4 @@ | |||||
| package com.example.assetstock | |||||
| package com.thamringroup.assetstock | |||||
| import io.flutter.embedding.android.FlutterActivity | import io.flutter.embedding.android.FlutterActivity | ||||
| @@ -1,5 +1,5 @@ | |||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <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 | <!-- Flutter needs it to communicate with the running application | ||||
| to allow setting breakpoints, to provide hot reload, etc. | to allow setting breakpoints, to provide hot reload, etc. | ||||
| --> | --> | ||||
| @@ -308,7 +308,7 @@ | |||||
| "$(inherited)", | "$(inherited)", | ||||
| "$(PROJECT_DIR)/Flutter", | "$(PROJECT_DIR)/Flutter", | ||||
| ); | ); | ||||
| PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock; | |||||
| PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock; | |||||
| PRODUCT_NAME = "$(TARGET_NAME)"; | PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
| SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | ||||
| SWIFT_VERSION = 5.0; | SWIFT_VERSION = 5.0; | ||||
| @@ -442,7 +442,7 @@ | |||||
| "$(inherited)", | "$(inherited)", | ||||
| "$(PROJECT_DIR)/Flutter", | "$(PROJECT_DIR)/Flutter", | ||||
| ); | ); | ||||
| PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock; | |||||
| PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock; | |||||
| PRODUCT_NAME = "$(TARGET_NAME)"; | PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
| SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | ||||
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||||
| @@ -469,7 +469,7 @@ | |||||
| "$(inherited)", | "$(inherited)", | ||||
| "$(PROJECT_DIR)/Flutter", | "$(PROJECT_DIR)/Flutter", | ||||
| ); | ); | ||||
| PRODUCT_BUNDLE_IDENTIFIER = com.example.assetstock; | |||||
| PRODUCT_BUNDLE_IDENTIFIER = com.thamringroup.assetstock; | |||||
| PRODUCT_NAME = "$(TARGET_NAME)"; | PRODUCT_NAME = "$(TARGET_NAME)"; | ||||
| SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | ||||
| SWIFT_VERSION = 5.0; | SWIFT_VERSION = 5.0; | ||||