Skip to content

Commit 8b62f70

Browse files
committed
renmae move
1 parent 98840f5 commit 8b62f70

6 files changed

Lines changed: 49 additions & 3 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
android {
8-
namespace = "org.aossie.move_your_body"
8+
namespace = "org.aossie.move"
99
compileSdk = flutter.compileSdkVersion
1010
ndkVersion = flutter.ndkVersion
1111

@@ -16,7 +16,7 @@ android {
1616

1717
defaultConfig {
1818
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
19-
applicationId = "org.aossie.move_your_body"
19+
applicationId = "org.aossie.move"
2020
// You can update the following values to match your application needs.
2121
// For more information, see: https://flutter.dev/to/review-gradle-config.
2222
minSdk = flutter.minSdkVersion

android/app/src/main/kotlin/org/aossie/move_your_body/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.aossie.move_your_body
1+
package org.aossie.move
22

33
import io.flutter.embedding.android.FlutterActivity
44

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// Generated file. Do not edit.
3+
//
4+
5+
import FlutterMacOS
6+
import Foundation
7+
8+
9+
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
10+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// This is a generated file; do not edit or check into version control.
2+
FLUTTER_ROOT=C:\flutter
3+
FLUTTER_APPLICATION_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody
4+
FLUTTER_FRAMEWORK_SWIFT_PACKAGE_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody\macos\Flutter\ephemeral\Packages\.packages\FlutterFramework
5+
COCOAPODS_PARALLEL_CODE_SIGN=true
6+
FLUTTER_BUILD_DIR=build
7+
FLUTTER_BUILD_NAME=1.0.0
8+
FLUTTER_BUILD_NUMBER=1
9+
DART_OBFUSCATION=false
10+
TRACK_WIDGET_CREATION=true
11+
TREE_SHAKE_ICONS=false
12+
PACKAGE_CONFIG=.dart_tool/package_config.json
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=C:\flutter"
4+
export "FLUTTER_APPLICATION_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody"
5+
export "FLUTTER_FRAMEWORK_SWIFT_PACKAGE_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody\macos\Flutter\ephemeral\Packages\.packages\FlutterFramework"
6+
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
7+
export "FLUTTER_BUILD_DIR=build"
8+
export "FLUTTER_BUILD_NAME=1.0.0"
9+
export "FLUTTER_BUILD_NUMBER=1"
10+
export "DART_OBFUSCATION=false"
11+
export "TRACK_WIDGET_CREATION=true"
12+
export "TREE_SHAKE_ICONS=false"
13+
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FLUTTER_ROOT=C:\flutter
2+
FLUTTER_APPLICATION_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody
3+
FLUTTER_FRAMEWORK_SWIFT_PACKAGE_PATH=C:\Users\ASUS\Desktop\projects\MoveYourBody\macos\Flutter\ephemeral\Packages\.packages\FlutterFramework
4+
COCOAPODS_PARALLEL_CODE_SIGN=true
5+
FLUTTER_BUILD_DIR=build
6+
FLUTTER_BUILD_NAME=1.0.0
7+
FLUTTER_BUILD_NUMBER=1
8+
DART_OBFUSCATION=false
9+
TRACK_WIDGET_CREATION=true
10+
TREE_SHAKE_ICONS=false
11+
PACKAGE_CONFIG=.dart_tool/package_config.json

0 commit comments

Comments
 (0)