diff --git a/README.md b/README.md index 5500784..4851efb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ As of ADT 14, library project's R class are no longer declared resource as const ## Usage +![version](https://jitpack.io/v/net.yrom/shrinker.svg?style=flat-square) You can get `shrinker` from [jitpack](https://jitpack.io) + To apply `shrinker` to your android application: **Step1.** Add it in your `buildscript` section of app's build.gradle @@ -17,7 +19,7 @@ buildscript { } dependencies { - classpath 'net.yrom:shrinker:0.1.1' + classpath 'net.yrom:shrinker:0.1.5' } } ``` @@ -30,3 +32,20 @@ apply plugin: 'net.yrom.shrinker' ``` **NOTE** `shrinker` plugin requires android gradle build tools version at least 2.3.0 + +## License +``` +Copyright 2017 Yrom + +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. +``` \ No newline at end of file diff --git a/shrinker/gradle.properties b/shrinker/gradle.properties index 65b1460..c77813b 100644 --- a/shrinker/gradle.properties +++ b/shrinker/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.4-SNAPSHOT +VERSION_NAME=0.1.5 GROUP=net.yrom POM_PACKAGING=jar POM_DESCRIPTION=Inline constant fields of android R class by asm and transform-api