NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.99k stars 414 forks source link

Mismatch Java version in sample apps and the library #510

Closed sarimmehdi closed 11 months ago

sarimmehdi commented 1 year ago

I can't run any of your examples. Why is there a mismatch in your java versions?

'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
philips77 commented 1 year ago

Hi, Sorry for that. We will fix it. Please, try nRF Blinky app which should work better.

philips77 commented 11 months ago

Fixed with #516.