You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the Nov 5, 2022 RN update 0.71.0-rc.0 it appears that the following Build Failure is caused from react-native-keychain requiring Android SDK 31+
For people that must stay on V30 from other dependences this is a huge issue (especially as this is how we let our users log in...)
Note that when running the server locally it runs fine, but when building apk it causes crash.
Task :app:checkDevReleaseAarMetadata FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDevReleaseAarMetadata'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction
> The minCompileSdk (31) specified in a
dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
is greater than this module's compileSdkVersion (android-30).
Dependency: androidx.appcompat:appcompat:1.4.2.
AAR metadata file: /Users/shsims/.gradle/caches/transforms-3/10321df045a947658cd4cbc7702ffc98/transformed/appcompat-1.4.2/META-INF/com/android/build/gradle/aar-metadata.properties.
The text was updated successfully, but these errors were encountered:
ShepSims
changed the title
Incompatible with SDK Version 30
Incompatible with Android SDK Version 30
Nov 15, 2022
Following the Nov 5, 2022 RN update 0.71.0-rc.0 it appears that the following Build Failure is caused from react-native-keychain requiring Android SDK 31+
For people that must stay on V30 from other dependences this is a huge issue (especially as this is how we let our users log in...)
Note that when running the server locally it runs fine, but when building apk it causes crash.
The text was updated successfully, but these errors were encountered: