@ -5,7 +5,7 @@ plugins {
android {
namespace 'io.dcloud.oxplugin.mqtt'
compileSdkVersion 31
buildToolsVersion "30.0.2"
buildToolsVersion '35.0.0'
defaultConfig {
minSdkVersion 21
@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.dcloud.oxplugin.hardware">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
@ -9,8 +9,8 @@ android {
buildToolsVersion "35.0.0"
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 35
versionCode 1
versionName "1.0"