uioporqwerty / capacitor-app-actions

Capacitor iOS and Android Plugin for App Actions
MIT License
4 stars 7 forks source link

Dependencies problem android #1

Closed nseb closed 1 year ago

nseb commented 2 years ago

There is a problem with dependencies: implementation "androidx.core:core-ktx:+" , make depedency 1.8.0-alpha0 ,we work SDK31 (Android 12). I Think this declaration is better : implementation "androidx.core:core-ktx:$kotlin_version"