matrix-android-sdk2-sample
matrix-android-sdk2-sample copied to clipboard
Missing dependency
Describe the bug The dependency "androidx.work:work-runtime-ktx:2.5.0" is missing in the app level build.gradle file which leads to an 'unresolved class' error in line 23 on AndroidManifest.xml
Expected behavior The build.gradle file should include the line: implementation "androidx.work:work-runtime-ktx:2.5.0"
Desktop (please complete the following information):
- OS: Windows 10 Home
Additional context Add any other context about the problem here.
It's compiling fine here. Do you still have the issue?
Hey! I came across this issue and would really appreciate it if you assign me this issue.