cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Update DynaTrace SDK to Min SDK 28 and Target SDK 35

PoojaPandit
Participant

Dear Team,

As part of our September 15th release, we are updating our application to align with Android requirements:

  • Minimum SDK version: 28
  • Target SDK version: 35

We have already received your SDKs. To proceed smoothly, we request your confirmation on the following:

  1. Whether the currently shared SDK versions are fully compatible with minSdk 28 and targetSdk 35.
  2. If any changes, updates, or migration notes are required from your side (including page size considerations or behavior changes).
  3. In case of updated SDKs, please share the package and documentation at the earliest so we can complete integration and testing well before the release.

Kindly confirm at the earliest so that we can proceed.

1 REPLY 1

Thomas_Wirth1
Dynatrace Champion
Dynatrace Champion

Whether the currently shared SDK versions are fully compatible with minSdk 28 and targetSdk 35.

The supported minSdk version is 21 and it is documented on this page. OneAgent for Android is released as Android library (file format AAR) and therefore the Android build automatically verifies the minSdk version and would cancel the build if it would be higher than the minSDK version of the application.
The internal targetSdk version from OneAgent for Android is 36. Therefore your targetSdk version 35 is supported.

 


If any changes, updates, or migration notes are required from your side (including page size considerations or behavior changes).

There are no migrations steps needed from your side. OneAgent for Android is not affected by the 16 KB page size requirement.

 


In case of updated SDKs, please share the package and documentation at the earliest so we can complete integration and testing well before the release.

Dynatrace always recommends to use the latest version of OneAgent for Android. Support for Android 15 was added last year before Android 15 was officially released. No customer-specific adjustments are needed. Documentation for the latest version of OneAgent for Android can be found here.

Featured Posts