diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 175906d..f706b4d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,4 @@ updates: timezone: "Asia/Shanghai" open-pull-requests-limit: 20 reviewers: - - "EOEFANS/MObile-dev" + - "eoeFans/MObile-dev" diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml index 80e7e1b..d435207 100644 --- a/.github/workflows/pre-build.yml +++ b/.github/workflows/pre-build.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: EOEFANS PRE-BUILD App CI +name: eoeFans PRE-BUILD App CI # Controls when the workflow will run on: @@ -98,13 +98,13 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') # run: | # mkdir upload-ready-prod - # mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk + # mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk # - name: Publish release # uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/') # with: - # files: upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk + # files: upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk # - name: upload to azure file for prod environment # if: startsWith(github.ref, 'refs/tags/') diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 2a7fbec..ca37428 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: EOEFANS PROD-BUILD App CI +name: eoeFans PROD-BUILD App CI # Controls when the workflow will run on: @@ -98,13 +98,13 @@ jobs: if: startsWith(github.ref, 'refs/tags/') run: | mkdir upload-ready-prod - mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk + mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk - name: Publish release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk + files: upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk - name: upload to azure file for prod environment if: startsWith(github.ref, 'refs/tags/') diff --git a/README.md b/README.md index 77834a9..a00151b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EOEFANS +# eoeFans A new Flutter project. diff --git a/android/app/build.gradle b/android/app/build.gradle index 6f57872..3a9af2e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.vlink.EOEFANS" + applicationId "com.vlink.eoeFans" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index c02e46b..29c6cfe 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.vlink.eoeFans"> - + - EOEFANS + eoeFans