diff --git a/android/build.gradle b/android/build.gradle index 7e18622..63b55db 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,14 +2,14 @@ group 'com.web3auth.flutter.web3auth_flutter' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.24' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'com.android.tools.build:gradle:8.1.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index a0c7286..bdae66c 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - + diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 8756c18..c313f3e 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -24,6 +24,7 @@ if (flutterVersionName == null) { } android { + namespace "com.web3auth.flutter.web3auth_flutter_example" compileSdkVersion flutter.compileSdkVersion compileOptions { diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index ec00abe..4795571 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ - + +