Skip to content

Commit

Permalink
Bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Jul 24, 2017
1 parent fbe036d commit 89feb45
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,7 +19,7 @@ buildscript {
}
dependencies {
classpath 'net.yrom:shrinker:0.1.1'
classpath 'net.yrom:shrinker:0.1.5'
}
}
```
Expand All @@ -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.
```
2 changes: 1 addition & 1 deletion shrinker/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 89feb45

Please sign in to comment.