Basic implementation of client: render qa code and scan from mobile app
diff --git a/core/client/android/settings.gradle b/core/client/android/settings.gradle
new file mode 100644
index 0000000..f75bfc8
--- /dev/null
+++ b/core/client/android/settings.gradle
@@ -0,0 +1,10 @@
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ jcenter() // Warning: this repository is going to shut down soon
+ }
+}
+rootProject.name = "pcloud"
+include ':app'