Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade AA to 2.7.1
  • Loading branch information
jeremiemartinez committed Apr 13, 2013
1 parent d3cd626 commit 0b95081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -47,8 +47,8 @@ public void go() {

if (!state.isMaven()) {
if (state.isAndroidAnnotations()) {
copyToLibs("androidannotations-api-2.7.jar");
copyToCompileLibs("androidannotations-2.7.jar");
copyToLibs("androidannotations-api-2.7.1.jar");
copyToCompileLibs("androidannotations-2.7.1.jar");
}

if (state.isNineOldAndroids()) {
Expand All @@ -71,7 +71,7 @@ public void go() {
if (state.isRoboguice()) {
copyToLibs("roboguice-2.0.jar");
copyToLibs("guice-3.0-no_aop.jar");
//Required since Guice 3.0
// Required since Guice 3.0
copyToLibs("javax.inject-1.jar");
}
}
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -21,7 +21,7 @@

<!-- Dependencies -->
<#if application.androidAnnotations>
<androidannotations.version>2.7</androidannotations.version>
<androidannotations.version>2.7.1</androidannotations.version>
</#if>
<#if application.actionBarSherlock>
<actionBarSherlock.version>4.2.0</actionBarSherlock.version>
Expand Down

0 comments on commit 0b95081

Please sign in to comment.