Skip to content

Commit 8f8c439

Browse files
authored
Merge pull request #521 from cryptomator/refactoring/move-forks
Move forks from SailReal to cryptomator org
2 parents a5c3ed6 + da06be8 commit 8f8c439

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "subsampling-scale-image-view"]
22
path = lib/subsampling-scale-image-view
3-
url = https://github.com/SailReal/subsampling-scale-image-view.git
3+
url = https://github.com/cryptomator/subsampling-scale-image-view.git
44
[submodule "pcloud-sdk-java"]
55
path = lib/pcloud-sdk-java
6-
url = https://github.com/SailReal/pcloud-sdk-java.git
6+
url = https://github.com/cryptomator/pcloud-sdk-java.git

buildsystem/dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ext {
6969

7070
googleApiServicesVersion = 'v3-rev20220508-1.32.1'
7171
googlePlayServicesVersion = '19.2.0'
72-
googleClientVersion = '2.2.0' // keep in sync with https://github.com/SailReal/google-http-java-client
72+
googleClientVersion = '2.2.0' // keep in sync with https://github.com/cryptomator/google-http-java-client
7373
/*
74-
update using https://github.com/SailReal/google-http-java-client with `mvn clean install`,
74+
update using https://github.com/cryptomator/google-http-java-client with `mvn clean install`,
7575
copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
7676
*/
7777
trackingFreeGoogleCLientVersion = '1.43.0'

0 commit comments

Comments
 (0)