microsoft / fluentui-android

MIT License
575 stars 103 forks source link

Upgrade tp targetSdk 34 #677

Closed Anubhvv closed 2 months ago

Anubhvv commented 2 months ago

Problem

  1. New apps and app updates must target Android 14 (API level 34) or higher to be submitted to Google Play
  2. Code Cleanup : Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update. https://issuetracker.google.com/issues/295457468
  3. Robolectric testing framework Upgrade

    Root cause

Fix

Upgrading the targetSdk version to 34 Code Cleanup Robolectric upgrade to v 4.13 and using jdk 17

Validations

image

(how the change was tested, including both manual and automated tests)

Screenshots

Before After
Screenshot or description before this change Screenshot or description with this change

Pull request checklist

This PR has considered: