Skip to content

Commit

Permalink
Updata ACRA to the 4.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFondrillon committed Feb 8, 2013
1 parent 59a862e commit 11e97d8
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 11e97d8

Please sign in to comment.