Skip to content

Releases: yousaf-shah/com.platopus.plugins.deviceSerial

1.1.0

31 Mar 22:10
Compare
Choose a tag to compare

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.

1.0.0

23 Feb 19:02
Compare
Choose a tag to compare

1.0 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.0.0/data.tgz" },
  },
},

You need to exclude the use of this plugin on non-android device build with an appropriate if statement.