From 499fcd383dabf423e5b7fea5f5c41356abb3cc8f Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Fri, 29 Sep 2023 10:21:56 +0200 Subject: [PATCH] updated gradle and kotlin versions --- example/dapp/android/app/build.gradle | 1 + example/dapp/android/app/src/debug/AndroidManifest.xml | 3 +-- example/dapp/android/app/src/main/AndroidManifest.xml | 3 +-- example/dapp/android/app/src/profile/AndroidManifest.xml | 3 +-- example/dapp/android/build.gradle | 6 +++--- example/dapp/android/gradle.properties | 3 +++ .../dapp/android/gradle/wrapper/gradle-wrapper.properties | 2 +- example/wallet/android/app/build.gradle | 1 + example/wallet/android/app/src/debug/AndroidManifest.xml | 3 +-- example/wallet/android/app/src/main/AndroidManifest.xml | 3 +-- example/wallet/android/app/src/profile/AndroidManifest.xml | 3 +-- example/wallet/android/build.gradle | 4 ++-- example/wallet/android/gradle.properties | 3 +++ .../wallet/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 14 files changed, 21 insertions(+), 19 deletions(-) diff --git a/example/dapp/android/app/build.gradle b/example/dapp/android/app/build.gradle index c8bcc3af..db2ca1aa 100644 --- a/example/dapp/android/app/build.gradle +++ b/example/dapp/android/app/build.gradle @@ -60,6 +60,7 @@ android { signingConfig signingConfigs.debug } } + namespace 'com.example.dapp' } flutter { diff --git a/example/dapp/android/app/src/debug/AndroidManifest.xml b/example/dapp/android/app/src/debug/AndroidManifest.xml index 88b6a7e5..399f6981 100644 --- a/example/dapp/android/app/src/debug/AndroidManifest.xml +++ b/example/dapp/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +