1.1 Release
Working and tested on Android.
Add the following to your build.settings file:
["plugin.deviceSerial"] =
{
publisherId = "com.platopus",
supportedPlatforms = {
android = { url="https://github.com/yousaf-shah/com.platopus.plugins.deviceSerial/releases/download/1.1.0/data.tgz" },
},
},
You need to exclude the use of this plugin on non-android device build with an appropriate if statement.