Skip to content

Commit 42e6758

Browse files
committed
readme
1 parent e9a61ec commit 42e6758

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# KotlinGradlePlugin
1+
[![version][badge]][link]
2+
3+
#### [Wiki](https://github.com/StringCare/AndroidLibrary/wiki)
4+
5+
6+
License
7+
-------
8+
Copyright 2019 StringCare [🐒 SpaceMonkeys]
9+
10+
Licensed under the Apache License, Version 2.0 (the "License");
11+
you may not use this file except in compliance with the License.
12+
You may obtain a copy of the License at
13+
14+
http://www.apache.org/licenses/LICENSE-2.0
15+
16+
Unless required by applicable law or agreed to in writing, software
17+
distributed under the License is distributed on an "AS IS" BASIS,
18+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
See the License for the specific language governing permissions and
20+
limitations under the License.
21+
22+
[link]: https://github.com/StringCare/KotlinGradlePlugin
23+
[badge]: https://img.shields.io/bintray/v/efff/maven/StringCareAndroidPlugin.svg
24+

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins {
88
group 'com.stringcare'
99
version '3.0'
1010

11-
def siteUrl = 'https://github.com/StringCare/GradlePlugin'
12-
def gitUrl = 'https://github.com/StringCare/GradlePlugin.git'
11+
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
12+
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
1313

1414
sourceCompatibility = 1.8
1515

0 commit comments

Comments
 (0)