File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Gradle:
7070
7171```
7272dependencies {
73- compile 'com.github.frankiesardo:icepick:2.2'
74- compile 'com.github.frankiesardo:icepick-processor:2.2'
73+ compile 'com.github.frankiesardo:icepick:2.2.1 '
74+ compile 'com.github.frankiesardo:icepick-processor:2.2.1 '
7575}
7676```
7777
@@ -81,12 +81,12 @@ Maven:
8181<dependency >
8282 <groupId >com.github.frankiesardo</groupId >
8383 <artifactId >icepick</artifactId >
84- <version >2.2</version >
84+ <version >2.2.1 </version >
8585</dependency >
8686<dependency >
8787 <groupId >com.github.frankiesardo</groupId >
8888 <artifactId >icepick-processor</artifactId >
89- <version >2.2</version >
89+ <version >2.2.1 </version >
9090</dependency >
9191```
9292
@@ -97,7 +97,7 @@ This is the [library](http://repository.sonatype.org/service/local/artifact/mave
9797License
9898-------
9999
100- Copyright 2014 Frankie Sardo
100+ Copyright 2013 Frankie Sardo
101101
102102 Licensed under the Apache License, Version 2.0 (the "License");
103103 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11apply plugin : ' maven'
22apply plugin : ' signing'
33
4- version = " 2.2.1-SNAPSHOT "
4+ version = " 2.2.1"
55
66def isReleaseBuild () {
77 ! version. contains(" SNAPSHOT" )
Original file line number Diff line number Diff line change 11apply plugin : ' maven'
22apply plugin : ' signing'
33
4- version = " 2.2.1-SNAPSHOT "
4+ version = " 2.2.1"
55
66def isReleaseBuild () {
77 ! version. contains(" SNAPSHOT" )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'android'
22apply plugin : ' android-apt'
33
44dependencies {
5- compile ' com.github.frankiesardo:icepick:2.2.1-SNAPSHOT '
6- apt ' com.github.frankiesardo:icepick-processor:2.2.1-SNAPSHOT '
5+ compile ' com.github.frankiesardo:icepick:2.2.1'
6+ apt ' com.github.frankiesardo:icepick-processor:2.2.1'
77}
88
99android {
You can’t perform that action at this time.
0 commit comments