PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
661 stars 321 forks source link

compileSdkVersion is not specified #841

Closed jyk2joe closed 6 months ago

jyk2joe commented 6 months ago

I encountered the following error when compiling

vbuberen commented 6 months ago

You could at least look at the source code to see that compileSDK is specified in that package https://github.com/PhilipsHue/flutter_reactive_ble/blob/master/packages/reactive_ble_mobile/android/build.gradle#L41

So it is something on your side.

Taym95 commented 6 months ago

As @vbuberen said: compileSdkVersion 33 already specified