Any plans to change the Android target SDK from 25 to 26+?

A fresh Expo detached app has the following in build.gradle:

android {
  compileSdkVersion 26
  buildToolsVersion '26.0.1'

  defaultConfig {
    applicationId 'com.sample.instabug'
    targetSdkVersion 25

which has the following warning:

Warnings
Your app currently targets API level 25 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance.

From August 2018, new apps must target at least Android 8.0 (API level 26).
From November 2018, app updates must target Android 8.0 (API level 26).

Tip:: Change your app's target API level. Learn how.

Any plans to change the target SDK? Can we go ahead and change this with no issues?

Hi! Please check this blog post for any info you need about this warning!

1 Like

Thank you;

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.