diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index b59dd67..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,37 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/openjdk:8-jdk - - working_directory: ~/repo - - environment: - JVM_OPTS: -Xmx3200m - TERM: dumb - - steps: - - checkout - - restore_cache: - keys: - - kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} - # fallback to using the latest cache if no exact match is found - - kobalt-dependencies- - - - run: - name: Check Versions - command: ./kobaltw checkVersions - - - save_cache: - paths: ~/.kobalt - key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} - - - run: - name: Assemble & Test - command: ./kobaltw assemble test - - - store_artifacts: - path: kobaltBuild/test-output/ - destination: test-output - - store_test_results: - path: kobaltBuild/test-output/ \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 6ec2ae2..0000000 --- a/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# batch files are specific to windows and always crlf -*.bat eol=crlf diff --git a/.gitignore b/.gitignore index fbd6166..80a944b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,8 @@ **/.idea/tasks.xml **/.idea/workspace.xml *.iws -*.sublime-* -.classpath .DS_Store +.classpath .gradle .kobalt .nb-gradle @@ -19,13 +18,12 @@ /example/libs /gen /gradle.properties -/libs /out /proguard-project.txt /project.properties /target /test-output +Thumbs.db ehthumbs.db kobaltBuild local.properties -Thumbs.db \ No newline at end of file diff --git a/.idea/copyright/Erik_s_Copyright_Notice.xml b/.idea/copyright/Erik_s_Copyright_Notice.xml deleted file mode 100644 index 6763f1b..0000000 --- a/.idea/copyright/Erik_s_Copyright_Notice.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 9480ac9..e7bedf3 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,11 +1,3 @@ - - - - - - - + \ No newline at end of file diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index b117217..017ce32 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -5,7 +5,7 @@