From dbd772b5e2cff3e0b1fcfa195e180db4d8ef028b Mon Sep 17 00:00:00 2001 From: Zoltan Meszaros Date: Thu, 12 Sep 2024 11:20:45 +0200 Subject: [PATCH 1/2] Added missing namespace --- platform_device_id/android/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform_device_id/android/build.gradle b/platform_device_id/android/build.gradle index 2fddb65..4af4cdd 100644 --- a/platform_device_id/android/build.gradle +++ b/platform_device_id/android/build.gradle @@ -25,6 +25,11 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + // Conditional for compatibility with AGP <4.2. + if (project.android.hasProperty("namespace")) { + namespace 'com.di1shuai.platform_device_id' + } + compileSdkVersion 34 sourceSets { From f14284f167f94d21eae61fa60680bb22ae27f4e7 Mon Sep 17 00:00:00 2001 From: Zoltan Meszaros Date: Thu, 12 Sep 2024 11:20:53 +0200 Subject: [PATCH 2/2] Bumped version --- platform_device_id/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_device_id/pubspec.yaml b/platform_device_id/pubspec.yaml index 3f974f6..1ffbe94 100644 --- a/platform_device_id/pubspec.yaml +++ b/platform_device_id/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_device_id_plus description: This is upgraded version of platform_device_id -version: 1.0.6 +version: 1.0.7 homepage: https://github.com/acmonetwork/platform_device_id_plus environment: