| commit | 313ee2b1737d155125aeab2d5d27c3d640372c29 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Dec 15 15:17:29 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Dec 15 15:17:29 2021 +0400 |
| tree | 8cd6b2e633b16946d7e26df6b4eb9b2a460642b5 | |
| parent | b64297c85b54526cf44da8af7d1fc5409babbe2f [diff] [blame] |
Client: cross-platform app (tested on OSX and Android)
diff --git a/core/client/android/settings.gradle b/core/client/android/settings.gradle index f75bfc8..c030043 100644 --- a/core/client/android/settings.gradle +++ b/core/client/android/settings.gradle
@@ -4,6 +4,9 @@ google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon + flatDir { + dirs 'app/libs' + } } } rootProject.name = "pcloud"