-
Couldn't load subscription status.
- Fork 13
Open
Description
Having updated our App to be inline with the upcoming Android Page Size changes we get following error
`* What went wrong:
Execution failed for task ':iris_method_channel:checkReleaseAarMetadata'.
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction
19 issues were found when checking AAR metadata:
1. Dependency 'androidx.fragment:fragment:1.7.1' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:iris_method_channel is currently compiled against android-31.
Recommended action: Update this project to use a newer compileSdk
of at least 34, for example 36.
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).`
I guess compileSdkVersion 34 can just be updated to 35 or higher
Metadata
Metadata
Assignees
Labels
No labels