Skip to content

Instantly share code, notes, and snippets.

@imesut
Created May 3, 2024 12:20
Show Gist options
  • Save imesut/05d836527e565c703a42047b07b68d74 to your computer and use it in GitHub Desktop.
Save imesut/05d836527e565c703a42047b07b68d74 to your computer and use it in GitHub Desktop.
4 issues were found when checking AAR metadata:
1. Dependency 'androidx.room:room-runtime:2.6.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:st_blue_sdk is currently compiled against android-33.
Recommended action: Update this project to use a newer compileSdk
of at least 34, for example 34.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
2. Dependency 'androidx.room:room-ktx:2.6.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:st_blue_sdk is currently compiled against android-33.
Recommended action: Update this project to use a newer compileSdk
of at least 34, for example 34.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
3. Dependency 'androidx.sqlite:sqlite-framework:2.4.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:st_blue_sdk is currently compiled against android-33.
Recommended action: Update this project to use a newer compileSdk
of at least 34, for example 34.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
4. Dependency 'androidx.sqlite:sqlite:2.4.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:st_blue_sdk is currently compiled against android-33.
Recommended action: Update this project to use a newer compileSdk
of at least 34, for example 34.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
Update minCompileSdk in modules with dependencies that require a higher minCompileSdk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment