Client: cross-platform app (tested on OSX and Android)
diff --git a/core/client/android/app/build.gradle b/core/client/android/app/build.gradle
index 44fe4cf..9102497 100644
--- a/core/client/android/app/build.gradle
+++ b/core/client/android/app/build.gradle
@@ -36,6 +36,7 @@
     implementation "androidx.activity:activity:1.3.1"
 
     implementation 'com.google.code.gson:gson:2.8.9'
+    implementation ':pcloud@aar'
 
     // Desugaring and multidex is required for API < 21.
     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'