Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42a47542 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Revert "merge fix-e/apps/eDrive#23-nougat"

This reverts commit 4e175427
parent 3f796ed7
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@ stages:
- build

before_script:
- git submodule sync
- git submodule update --init --recursive
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew

.gitmodules

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
[submodule "nextcloud-android-lib"]
	path = nextcloud-android-lib
	url = ../nextcloud-android-lib.git
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
          <set>
            <option value="$PROJECT_DIR$" />
            <option value="$PROJECT_DIR$/app" />
            <option value="$PROJECT_DIR$/nextcloud-android-lib" />
          </set>
        </option>
        <option name="resolveModulePerSourceSet" value="false" />
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/Drive.iml" filepath="$PROJECT_DIR$/Drive.iml" />
      <module fileurl="file://$PROJECT_DIR$/nextcloud-android-lib/NextcloudLib.iml" filepath="$PROJECT_DIR$/nextcloud-android-lib/NextcloudLib.iml" />
      <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
      <module fileurl="file://$PROJECT_DIR$/eDrive.iml" filepath="$PROJECT_DIR$/eDrive.iml" />
    </modules>
Loading