diff --git a/.github/workflows/playstore.yml b/.github/workflows/playstore.yml index 0c08f6e..a355ac6 100644 --- a/.github/workflows/playstore.yml +++ b/.github/workflows/playstore.yml @@ -125,7 +125,7 @@ jobs: uses: r0adkll/upload-google-play@v1 with: serviceAccountJsonPlainText: ${{ secrets.PLAYSTORE_ACCOUNT_KEY }} - packageName: com.simde.payutc + packageName: fr.simde.payutc releaseFiles: '*.apk,*.aab' track: internal releaseName: ${{ needs.version.outputs.new_tag }} diff --git a/android/app/build.gradle b/android/app/build.gradle index bc802f1..128d07b 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.simde.payutc" + applicationId "fr.simde.payutc" // 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 21 @@ -69,7 +69,7 @@ android { buildTypes { release { - signingConfig signingConfigs.release + signingConfig signingConfigs.debug } } } diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 800c229..5ba9a85 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="fr.simde.payutc">