Loading .gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading .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 .idea/caches/build_file_checksums.ser +70 B (602 B) File changed.No diff preview for this file type. View original file View changed file .idea/gradle.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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" /> Loading .idea/misc.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
.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
.idea/caches/build_file_checksums.ser +70 B (602 B) File changed.No diff preview for this file type. View original file View changed file
.idea/gradle.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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" /> Loading
.idea/misc.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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