Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Upgrade test project to build against Android 5.1 (API Level 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Jun 24, 2015
1 parent 7997f4b commit 311ec7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<!-- use UTF-8 for everything -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<android-platform>21</android-platform>
<android-platform>22</android-platform>
<android-maven-plugin-version>3.9.0-rc.2</android-maven-plugin-version>
<maven-compiler-plugin-version>3.1</maven-compiler-plugin-version>
<java-version>1.6</java-version>
<android-version>5.0_r1</android-version>
<android-version>5.1.1_r2</android-version>
<org.springframework.android-version>2.0.0.BUILD-SNAPSHOT</org.springframework.android-version>
<org.easymock-version>3.2</org.easymock-version>
<org.hamcrest-version>1.3</org.hamcrest-version>
Expand Down
2 changes: 1 addition & 1 deletion test/spring-android-auth-test/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-21
target=android-22
2 changes: 1 addition & 1 deletion test/spring-android-core-test/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-21
target=android-22
2 changes: 1 addition & 1 deletion test/spring-android-core-util-test/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-21
target=android-22
2 changes: 1 addition & 1 deletion test/spring-android-rest-template-test/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-21
target=android-22

0 comments on commit 311ec7d

Please sign in to comment.