Skip to content

Commit 2808b59

Browse files
committed
updated for v1.0.3
1 parent 62b9f11 commit 2808b59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Do not ask for help via Twitter.
199199

200200
Release Notes
201201
-------------
202+
- v1.0.3: re-fixed manifest to better handle manifest merging per issue #14
202203
- v1.0.2: fixed manifest to better handle manifest merging
203204
- v1.0.1: added Gradle files and published AAR
204205
- v1.0.0: milestone considered reached

merge/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
apply plugin: 'android-library'
1212
apply plugin: 'android-maven'
1313

14-
version '1.0.2'
14+
version '1.0.3'
1515
group 'com.commonsware.cwac'
1616

1717
repositories {
@@ -21,8 +21,7 @@ repositories {
2121
}
2222

2323
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.+'
2625
}
2726

2827
android {

0 commit comments

Comments
 (0)