diff --git a/ .gitlab-ci.yml b/ .gitlab-ci.yml deleted file mode 100644 index c84bae3..0000000 --- a/ .gitlab-ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -image: hatsoftwares/mastalab-ci:latest - -before_script: - - export ANDROID_HOME=/opt/android-sdk-linux - - export PATH=$PATH:/opt/android-sdk-linux/platform-tools/ - - chmod +x gradlew - -stages: - - build-and-test - -.no-upload: &no-upload - stage: build-and-test - retry: 2 - -assembleDebug: - <<: *no-upload - script: - - ./gradlew assembleDebug - -lintDebug: - <<: *no-upload - script: - - ./gradlew -Pci --console=plain :app:lint -PbuildDir=lint - except: - - tags - -debugTests: - <<: *no-upload - script: - - ./gradlew -Pci --console=plain :app:test - except: - - tags diff --git a/fastlane/fr/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt similarity index 100% rename from fastlane/fr/changelogs/1.txt rename to fastlane/metadata/android/en-US/changelogs/1.txt diff --git a/fastlane/fr/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt similarity index 100% rename from fastlane/fr/full_description.txt rename to fastlane/metadata/android/en-US/full_description.txt diff --git a/fastlane/fr/images/phoneScreenshots/img1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png similarity index 100% rename from fastlane/fr/images/phoneScreenshots/img1.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/img1.png diff --git a/fastlane/fr/images/phoneScreenshots/img2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png similarity index 100% rename from fastlane/fr/images/phoneScreenshots/img2.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/img2.png diff --git a/fastlane/fr/images/phoneScreenshots/img3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png similarity index 100% rename from fastlane/fr/images/phoneScreenshots/img3.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/img3.png diff --git a/fastlane/fr/images/phoneScreenshots/img4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img4.png similarity index 100% rename from fastlane/fr/images/phoneScreenshots/img4.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/img4.png diff --git a/fastlane/fr/images/phoneScreenshots/img5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/img5.png similarity index 100% rename from fastlane/fr/images/phoneScreenshots/img5.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/img5.png diff --git a/fastlane/fr/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt similarity index 100% rename from fastlane/fr/short_description.txt rename to fastlane/metadata/android/en-US/short_description.txt