From 42e675853fa378ce0592aecbdf00f70082412c97 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Mon, 17 Jun 2019 03:26:57 +0200 Subject: [PATCH] readme --- README.md | 25 ++++++++++++++++++++++++- build.gradle | 4 ++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8fa9d7..46af21e 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# KotlinGradlePlugin \ No newline at end of file +[![version][badge]][link] + +#### [Wiki](https://github.com/StringCare/AndroidLibrary/wiki) + + +License +------- + Copyright 2019 StringCare [🐒 SpaceMonkeys] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +[link]: https://github.com/StringCare/KotlinGradlePlugin +[badge]: https://img.shields.io/bintray/v/efff/maven/StringCareAndroidPlugin.svg + diff --git a/build.gradle b/build.gradle index 578cada..c950698 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ plugins { group 'com.stringcare' version '3.0' -def siteUrl = 'https://github.com/StringCare/GradlePlugin' -def gitUrl = 'https://github.com/StringCare/GradlePlugin.git' +def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin' +def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git' sourceCompatibility = 1.8