You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ Cryptomator for Android is currently available in the following distribution ch
26
26
### Run Git and Gradle
27
27
28
28
```
29
-
git submodule init && git submodule update // (not necessary if cloned using --recurse-submodules)
30
29
./gradlew assembleApkstoreDebug
31
30
```
32
31
@@ -42,7 +41,7 @@ Before connecting to Google Drive you have to create a new project in [Google Cl
42
41
43
42
Use the Docker image to verify the build of the 'lite' flavor:
44
43
45
-
1. Clone this repository (don't forget `--recurse-submodules`)
44
+
1. Clone this repository
46
45
2. Checkout the tag you want to build, e.g. 1.8.0
47
46
3. Build the image using `docker build -t cryptomator-android .` in the `buildsystem/` directory
48
47
4. Build Cryptomator using `docker run --rm -u $(id -u):$(id -g) -v $(pwd):/project -w /project cryptomator-android ./gradlew clean assembleLiteRelease` in the root of this folder
0 commit comments