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
I've followed the tutorial up until part 3 and when I tried running the app for the first time it got errors like these:
Dependency 'androidx.core:core-ktx:1.12.0-alpha04' requires libraries and applications thatdepend on it
and
Dependency 'androidx.core:core:1.12.0-alpha04' requires libraries and applications that depend on it
Can you help me with those errors, please? Thank you!
The text was updated successfully, but these errors were encountered:
Try increasing the compileSdk and targetSdk in the build.gradle
Could you also include your build.gradle (project and module!) and the gradle-wrapper.properties (I'm asking for them 'cause I had to change some lines in the mentioned files for this project to finally run)
I've followed the tutorial up until part 3 and when I tried running the app for the first time it got errors like these:
Dependency 'androidx.core:core-ktx:1.12.0-alpha04' requires libraries and applications thatdepend on it
and
Dependency 'androidx.core:core:1.12.0-alpha04' requires libraries and applications that depend on it
Can you help me with those errors, please? Thank you!
The text was updated successfully, but these errors were encountered: