Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
depend on it to compile against codename "VanillaIceCream" of the Android APIs.
Steps to Reproduce:
1. Add 'androidx.biometric:biometric:1.4.0-alpha01' to the dependencies in the build.gradle file.
2. Try to sync and compile the project.
Expected Result:
The project should compile successfully without requiring an unreleased Android API.
Actual Result:
Compilation fails with the message:
" An issue was found when checking AAR metadata:
1. Dependency 'androidx.biometric:biometric:1.4.0-alpha01' requires libraries and applications that
depend on it to compile against codename "VanillaIceCream" of the
Android APIs.
:app is currently compiled against android-34.
Recommended action: Use a different version of dependency 'androidx.biometric:biometric:1.4.0-alpha01',
or set compileSdkPreview to "VanillaIceCream" in your build.gradle
file if you intend to experiment with that preview SDK.
"
Additional Information:
- Android Studio version: Hedgehog | 2023.1.1 Patch 2
- Gradle version: gradle-8.2
- Operating System: Windows
Please provide guidance on how to resolve this issue or indicate when a compatible version will be released.