mac
08/18/2023, 1:28 PMaidanvii
08/18/2023, 1:35 PMaidanvii
08/18/2023, 1:36 PMMichael Paus
08/18/2023, 1:59 PMThe project is using an incompatible version (AGP 8.1.0) of the Android Gradle plugin. Latest supported version is AGP 8.1.0-dev
See Android Studio & AGP compatibility options.
and
2 issues were found when checking AAR metadata:
1. Dependency 'androidx.emoji2:emoji2-views-helper:1.4.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
:androidApp is currently compiled against android-33.
Also, the maximum recommended compile SDK version for Android Gradle
plugin 8.1.0-rc01 is 33.
Recommended action: Update this project's version of the Android Gradle
plugin to one that supports 34, then update this project to use
compileSdk of at least 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.emoji2:emoji2:1.4.0' requires libraries and applications that
depend on it to compile against version 34 or later of the
Android APIs.
...
aidanvii
08/18/2023, 2:01 PMaidanvii
08/18/2023, 2:01 PMephemient
08/18/2023, 2:07 PMBrendan Weinstein
08/23/2023, 11:13 AMcompileSdkVersion=34
and targetSdkVersion=34
. play store will return backendError
when you submit builds w/ this configuration.
I am trying to troubleshoot this emoji issue rn. will probably end up forcing the lib to an older versionephemient
08/23/2023, 11:36 AM