diff --git a/CHANGELOG.md b/CHANGELOG.md index 600256c8..afaa040f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0-beta01 + +- Added Smart Contract interactions to SignEngine + ## 2.1.14 - Minor improvements diff --git a/example/dapp/android/app/build.gradle b/example/dapp/android/app/build.gradle index db2ca1aa..c3c083b9 100644 --- a/example/dapp/android/app/build.gradle +++ b/example/dapp/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.dapp" + applicationId "com.walletconnect.flutterdapp" // 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 @@ -60,7 +60,7 @@ android { signingConfig signingConfigs.debug } } - namespace 'com.example.dapp' + namespace 'com.walletconnect.flutterdapp' } flutter { diff --git a/example/dapp/android/app/src/main/AndroidManifest.xml b/example/dapp/android/app/src/main/AndroidManifest.xml index 27e113ac..47a9b656 100644 --- a/example/dapp/android/app/src/main/AndroidManifest.xml +++ b/example/dapp/android/app/src/main/AndroidManifest.xml @@ -27,7 +27,7 @@ - +