CesarBalzer / Cordova-Plugin-BTPrinter

A cordova plugin for bluetooth printer for android platform
Apache License 2.0
79 stars 63 forks source link

The latest 2 commits does not change plugin version #78

Open wencywww opened 1 month ago

wencywww commented 1 month ago

Hi, the commits made in the repo, 73aff29 and 6420fcb (for supporting SDK>30) does not change the plugin version. It is still 0.1.0-dev. This could cause confusion, because in one of my projects it caused buid errors like this: `Execution failed for task ':app:checkDebugAarMetadata'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction The minCompileSdk (33) specified in a The minCompileSdk (33) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30). is greater than this module's compileSdkVersion (android-30). Dependency: androidx.appcompat:appcompat-resources:1.6.1. Dependency: androidx.appcompat:appcompat-resources:1.6.1.`