Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
survivingwithandroid committed Jun 29, 2014
1 parent 51a9c4d commit ac36f69
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OkHttpClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task clearJar(type: Delete) {
}

task makeJar(type: Copy) {
from('build/bundles/release/')
from('build/intermediates/bundles/release/')
into('release/')
include('classes.jar')
rename ('classes.jar', POM_ARTIFACT_ID + '_' + VERSION_NAME + '.jar')
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ task clearJar(type: Delete) {
}

task makeJar(type: Copy) {
from('build/bundles/release/')
from('build/intermediates/bundles/release/')
into('release/')
include('classes.jar')
rename ('classes.jar', POM_ARTIFACT_ID + '_' + VERSION_NAME + '.jar')
Expand Down
Binary file added lib/release/weatherlib_1.5.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion volleyclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task clearJar(type: Delete) {
}

task makeJar(type: Copy) {
from('build/bundles/release/')
from('build/intermediates/bundles/release')
into('release/')
include('classes.jar')
rename ('classes.jar', POM_ARTIFACT_ID + '_' + VERSION_NAME + '.jar')
Expand Down
Binary file not shown.

0 comments on commit ac36f69

Please sign in to comment.