From 9f8fbabaae0d30cc6f2fac5effaafe6ca29379b8 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 30 Nov 2023 14:14:16 +0100 Subject: [PATCH] fix: add namespace (AGP8) --- android/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 286624b..56d8005 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,9 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + if (project.android.hasProperty("namespace")) { + namespace 'com.example.flutter_pty' + } // Bumping the plugin compileSdkVersion requires all clients of this plugin // to bump the version in their app. compileSdkVersion 31