Skip to content

Commit

Permalink
Upgrade Android to API 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Tremblay authored and Henri Tremblay committed Mar 22, 2021
1 parent b61c45b commit 2f19a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tck-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<artifactId>android-maven-plugin</artifactId>
<configuration>
<sdk>
<platform>27</platform>
<platform>30</platform>
</sdk>
<dexArguments>--min-sdk-version=26</dexArguments>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tck-android/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Project target.
project.type=0
target=android-26
target=android-30
2 changes: 1 addition & 1 deletion tck-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<uses-sdk
android:minSdkVersion="26"
android:targetSdkVersion="27" />
android:targetSdkVersion="30" />

<application android:allowBackup="false">
<uses-library android:name="android.test.runner" />
Expand Down

0 comments on commit 2f19a13

Please sign in to comment.