alfanthariq / mobile_device_identifier

Flutter library to obtain device id from mobile device (android / ios)
BSD 3-Clause "New" or "Revised" License
16 stars 21 forks source link

Add namespace in build.gradle #8

Open guperini opened 1 week ago

guperini commented 1 week ago

Can you please update this project? It is not compatible with apps using gradle Version >= 8.0

meetalif commented 2 days ago

To resolve the problem, you just need to add a namespace in the mobile_device_identifire/android/build.gradle file, like this:

android {
    namespace 'com.example.mobile_device_identifire'
}

Verify the package name.