Juraj Begovac
Juraj Begovac
Hi, same issue here. This is how I setup ownCloudClient ``` val ownCloudClient = OwnCloudClientFactory.createOwnCloudClient(Uri.parse(baseUrl), appContext, true) ownCloudClient.credentials = OwnCloudCredentialsFactory.newBasicCredentials(username, password) ``` Above code works with this version: `oc-android-library-0.9.15` but...
@kletzander I experienced the same but I "fixed" it by analyzing dependencies - take a look at #913 The problem is that DJI SDK is not compatible with newer `androidx.lifecycle:lifecycle-runtime`....
Hi, any updates regarding this? Also, is there a plan/roadmap to support it for compose multiplatform?
Hi, same issue here. This is how I setup ownCloudClient ``` val ownCloudClient = OwnCloudClientFactory.createOwnCloudClient(Uri.parse(baseUrl), appContext, true) ownCloudClient.credentials = OwnCloudCredentialsFactory.newBasicCredentials(username, password) ``` Above code works with this version: `oc-android-library-0.9.15` but...