diff --git a/.gitignore b/.gitignore index c68c1976..a5675c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ app.*.map.json # Run scripts *.sh *.env.secret + +example/wallet/packages/ \ No newline at end of file diff --git a/example/dapp/android/app/build.gradle b/example/dapp/android/app/build.gradle index c3c083b9..f49bfe40 100644 --- a/example/dapp/android/app/build.gradle +++ b/example/dapp/android/app/build.gradle @@ -53,6 +53,19 @@ android { versionName flutterVersionName } + // Specifies one flavor dimension. + flavorDimensions = ["version"] + + productFlavors { + internal { + dimension "version" + applicationIdSuffix ".internal" + } + production { + dimension "version" + } + } + buildTypes { release { // TODO: Add your own signing config for the release build. @@ -60,6 +73,7 @@ android { signingConfig signingConfigs.debug } } + namespace 'com.walletconnect.flutterdapp' } diff --git a/example/dapp/android/app/src/main/AndroidManifest.xml b/example/dapp/android/app/src/main/AndroidManifest.xml index aad3033b..4efd0752 100644 --- a/example/dapp/android/app/src/main/AndroidManifest.xml +++ b/example/dapp/android/app/src/main/AndroidManifest.xml @@ -28,7 +28,13 @@ - + + + + + + +