Skip to content

Commit

Permalink
updated for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Jul 2, 2014
1 parent 62b9f11 commit 2808b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Do not ask for help via Twitter.

Release Notes
-------------
- v1.0.3: re-fixed manifest to better handle manifest merging per issue #14
- v1.0.2: fixed manifest to better handle manifest merging
- v1.0.1: added Gradle files and published AAR
- v1.0.0: milestone considered reached
Expand Down
5 changes: 2 additions & 3 deletions merge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'android-library'
apply plugin: 'android-maven'

version '1.0.2'
version '1.0.3'
group 'com.commonsware.cwac'

repositories {
Expand All @@ -21,8 +21,7 @@ repositories {
}

dependencies {
compile 'com.commonsware.cwac:sacklist:1.0.0'
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.commonsware.cwac:sacklist:1.0.+'
}

android {
Expand Down

0 comments on commit 2808b59

Please sign in to comment.