From e28e2e6a456e44570cb119da0fb51ec2fafc2c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Endre=C3=9F?= Date: Thu, 20 Jan 2022 18:40:22 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d4eb26..21bf0f5 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,6 @@ dependencies { } ``` -Please use the [vCompat Updater](https://github.com/SourceWriters/vCompatUpdater) to use vCompat in your projects! -An example implementation can be found [here](https://github.com/SourceWriters/vCompatExample) - ## Usage @@ -180,4 +177,4 @@ Project Link: [https://github.com/SourceWriters/vCompat](https://github.com/Sour [issues-shield]: https://img.shields.io/github/issues/SourceWriters/vCompat.svg?style=flat-square [issues-url]: https://github.com/SourceWriters/vCompat/issues [license-shield]: https://img.shields.io/github/license/SourceWriters/vCompat.svg?style=flat-square -[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE \ No newline at end of file +[license-url]: https://github.com/SourceWriters/vCompat/blob/master/LICENSE From 4480d01b84afd1768f98c342fa9f83795a3183ac Mon Sep 17 00:00:00 2001 From: Lauriichan Date: Thu, 20 Jan 2022 18:41:00 +0100 Subject: [PATCH 2/2] update .gitignore --- vcompat-1_17_R1/.gitignore | 2 ++ vcompat-1_18_R1/.gitignore | 1 + vcompat-api/.gitignore | 3 ++- vcompat-core/.gitignore | 3 ++- vcompat-legacy/.gitignore | 3 ++- 5 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 vcompat-1_17_R1/.gitignore create mode 100644 vcompat-1_18_R1/.gitignore diff --git a/vcompat-1_17_R1/.gitignore b/vcompat-1_17_R1/.gitignore new file mode 100644 index 0000000..00d2ab7 --- /dev/null +++ b/vcompat-1_17_R1/.gitignore @@ -0,0 +1,2 @@ +/.apt_generated/ +/.apt_generated_tests/ diff --git a/vcompat-1_18_R1/.gitignore b/vcompat-1_18_R1/.gitignore new file mode 100644 index 0000000..c71ea97 --- /dev/null +++ b/vcompat-1_18_R1/.gitignore @@ -0,0 +1 @@ +/.apt_generated/ diff --git a/vcompat-api/.gitignore b/vcompat-api/.gitignore index e5d0d0e..1fc7e89 100644 --- a/vcompat-api/.gitignore +++ b/vcompat-api/.gitignore @@ -9,4 +9,5 @@ */.gitlab-ci.yml */test/ */dependency-reduced-pom.xml -*.class \ No newline at end of file +*.class +/.apt_generated/ diff --git a/vcompat-core/.gitignore b/vcompat-core/.gitignore index e5d0d0e..9d233f7 100644 --- a/vcompat-core/.gitignore +++ b/vcompat-core/.gitignore @@ -9,4 +9,5 @@ */.gitlab-ci.yml */test/ */dependency-reduced-pom.xml -*.class \ No newline at end of file +*.class +/.apt_generated_tests/ diff --git a/vcompat-legacy/.gitignore b/vcompat-legacy/.gitignore index 226a4f4..562bb7e 100644 --- a/vcompat-legacy/.gitignore +++ b/vcompat-legacy/.gitignore @@ -10,4 +10,5 @@ */test/ */dependency-reduced-pom.xml *.class -*.jar \ No newline at end of file +*.jar +/.apt_generated/