alfanthariq/mobile_device_identifier

Add namespace in build.gradle

Opened this issue · 3 comments

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

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.

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.

But it still is not compatible with android gradle 8.0

@guperini you have to write

android { namespace = 'com.example.mobile_device_identifire' }