Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@yousaf-shah yousaf-shah released this 31 Mar 22:10

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.