Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions platform_device_id/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion platform_device_id/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down