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

Commit c27c4963 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Fix e/apps/e drive#23 oreo

parent b3780eb2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,8 @@ stages:
- build
- build


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


.gitmodules

0 → 100644
+3 −0
Original line number Original line Diff line number Diff line
[submodule "nextcloud-android-lib"]
	path = nextcloud-android-lib
	url = ../nextcloud-android-lib.git
 No newline at end of file
+1 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,7 @@
          <set>
          <set>
            <option value="$PROJECT_DIR$" />
            <option value="$PROJECT_DIR$" />
            <option value="$PROJECT_DIR$/app" />
            <option value="$PROJECT_DIR$/app" />
            <option value="$PROJECT_DIR$/nextcloud-android-lib" />
          </set>
          </set>
        </option>
        </option>
        <option name="resolveModulePerSourceSet" value="false" />
        <option name="resolveModulePerSourceSet" value="false" />
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@
      </value>
      </value>
    </option>
    </option>
  </component>
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
    <output url="file://$PROJECT_DIR$/build/classes" />
    <output url="file://$PROJECT_DIR$/build/classes" />
  </component>
  </component>
  <component name="ProjectType">
  <component name="ProjectType">
Loading