Skip to content

Commit

Permalink
Merge pull request takimafr#45 from ThomasFondrillon/update_ACRA_4.4.0
Browse files Browse the repository at this point in the history
Updata ACRA to the 4.4.0 version
  • Loading branch information
a-thomas committed Feb 8, 2013
2 parents 59a862e + 11e97d8 commit 5c83c3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void go() {
}

if (state.isAcra()) {
copyToLibs("acra-4.3.0.jar");
copyToLibs("acra-4.4.0.jar");
}

if (state.isRoboguice()) {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<spring-android-rest-template.version>1.0.0.RELEASE</spring-android-rest-template.version>
</#if>
<#if State.acra>
<acra.version>4.3.0</acra.version>
<acra.version>4.4.0</acra.version>
</#if>
<#if State.roboguice>
<roboguice.version>2.0</roboguice.version>
Expand Down

0 comments on commit 5c83c3a

Please sign in to comment.