File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ Do not ask for help via Twitter.
199
199
200
200
Release Notes
201
201
-------------
202
+ - v1.0.3: re-fixed manifest to better handle manifest merging per issue #14
202
203
- v1.0.2: fixed manifest to better handle manifest merging
203
204
- v1.0.1: added Gradle files and published AAR
204
205
- v1.0.0: milestone considered reached
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
apply plugin : ' android-library'
12
12
apply plugin : ' android-maven'
13
13
14
- version ' 1.0.2 '
14
+ version ' 1.0.3 '
15
15
group ' com.commonsware.cwac'
16
16
17
17
repositories {
@@ -21,8 +21,7 @@ repositories {
21
21
}
22
22
23
23
dependencies {
24
- compile ' com.commonsware.cwac:sacklist:1.0.0'
25
- compile fileTree(dir : ' libs' , include : ' *.jar' )
24
+ compile ' com.commonsware.cwac:sacklist:1.0.+'
26
25
}
27
26
28
27
android {
You can’t perform that action at this time.
0 commit comments