flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

Example app: Update AGP, gradle, target api, .gitigmore .cxx

Open freemansoft opened this issue 1 year ago • 0 comments

Example app updates for android.

  1. Updated the AGP
  2. Updated gradle plugin version
  3. Updated target API to Android 34 because that is required for new apps so validated
  4. Updated the example .gitignore file to suppress transient .cxx directory
  5. Updated the target from java 8 to java 11 as required by dependency changes.

All Android should probably be pushed to Java 11. There are deprecation warnings around 1_8.

Submitting this in case it is time to update the dependencies and the generated android versions.

freemansoft avatar Jan 14 '25 02:01 freemansoft