From 0e9b18d79154cc410e2fbca0e3f22df6256e2881 Mon Sep 17 00:00:00 2001 From: CharlesShuller Date: Mon, 3 Jun 2024 14:37:29 -0500 Subject: [PATCH] Configure flutter package to work with gradle 8 (#387) --- .gitignore | 1 + lib/flutter/android/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a2928941..419a17b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target Cargo.lock __pycache__/ +*~ \ No newline at end of file diff --git a/lib/flutter/android/build.gradle b/lib/flutter/android/build.gradle index 28dd6dae..6195ee75 100644 --- a/lib/flutter/android/build.gradle +++ b/lib/flutter/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.spruceid.DIDKit' compileSdkVersion 29 defaultConfig {