question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use targetSdk 33, Android 13

See original GitHub issue

📆 Due before: November 1, 2023.

Background

Current state

  • targetSdk 31

Target state

  • targetSdk 33
  • Remove/replace deprecated code with new APIs.
    • Inspect for new deprecations via -Xlint:deprecation.
  • Check documentation for changes and add here.

Dependents

  • compileSdk 32 is required by the following libraries:
    • androidx.appcompat:appcompat:1.5.0
  • compileSdk 33 is required by the following libraries:
    • androidx.core:core-ktx:1.9.0

Related

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
johnjohndoecommented, Oct 2, 2022

Exact Alarm Permissions

I recently had a look at this and documented the current state, see https://github.com/EventFahrplan/EventFahrplan/commit/ea3488ce062e5a4f8b2603524e8ee7277ad31969. I would keep the topic separate from the SDK work to be addressed in the future.

1reaction
isikocommented, Sep 27, 2022

Update: I updated compileSdkVersion, targetSdkVersion, and the Dependencies listed in the original Post. After that, I had a look at newly Deprecated code (Found and Updated 1). Also, I’ve already implemented Per-App Translation and am working on parsing through other updates to implement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it safe to target sdk version 33 (Android 13)?
I would say - it depends on your app, but mostly sure, it's safe. For example, we faced a couple of issues with...
Read more >
Set up the Android 13 SDK
Click Tools > SDK Manager. In the SDK Platforms tab, select Android Tiramisu Preview. In the SDK Tools tab, select Android SDK Build-Tools...
Read more >
Migrating My App To Android 13
Lessons Learned from updating my app to targetSdkVersion 33 ... Alternative way: Use the Android 13 Photo Picker.
Read more >
Set compileSdk and targetSdk to 33 (Android 13) #9306
Changing the target sdk also required updating LeakCanary to the latest version as the older version being used was not using ...
Read more >
API Levels | Android versions, SDK/API levels, version codes ...
Version SDK / API level Version code Codename Cumulative usage Year Android 13 Level 33 TIRAMISU Tiramisu 2.0% 2022 Android 12 Level 32 Android 12L...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found