Skip to content

Commit

Permalink
Upgrade Android SDK lib we compile against to 30 (#6273)
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Dec 12, 2020
1 parent 2bd6b74 commit 9cd2a0b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backends/gdx-backend-android/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/android-9.0.jar"/>
<classpathentry kind="lib" path="libs/android-30.jar"/>
<classpathentry kind="lib" path="libs/activity-1.1.0.jar"/>
<classpathentry kind="lib" path="libs/core-1.2.0.jar"/>
<classpathentry kind="lib" path="libs/fragment-1.2.3.jar"/>
Expand Down
Binary file added backends/gdx-backend-android/libs/android-30.jar
Binary file not shown.
Binary file removed backends/gdx-backend-android/libs/android-9.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion backends/gdx-backend-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>android</artifactId>
<version>${android.version}</version>
<scope>system</scope>
<systemPath>${basedir}/libs/android-9.0.jar</systemPath>
<systemPath>${basedir}/libs/android-30.jar</systemPath>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<pathelement location="${distDir}/gdx.jar"/>
<pathelement location="${distDir}/gdx-backend-android.jar"/>
<pathelement location="${distDir}/extensions/gdx-controllers/gdx-controllers.jar"/>
<pathelement location="${basedir}/backends/gdx-backend-android/libs/android-9.0.jar"/>
<pathelement location="${basedir}/backends/gdx-backend-android/libs/android-30.jar"/>
</path>
<ant antfile="../../../build-template.xml" dir="extensions/gdx-controllers/gdx-controllers-android">
<property name="distDir" value="${distDir}/extensions/gdx-controllers"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/gdx"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-backend-android"/>
<classpathentry combineaccessrules="false" kind="src" path="/gdx-controllers"/>
<classpathentry kind="lib" path="/gdx-backend-android/libs/android-9.0.jar"/>
<classpathentry kind="lib" path="/gdx-backend-android/libs/android-30.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion extensions/gdx-controllers/gdx-controllers-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<artifactId>android</artifactId>
<version>${android.version}</version>
<scope>system</scope>
<systemPath>${basedir}/../../../backends/gdx-backend-android/libs/android-9.0.jar</systemPath>
<systemPath>${basedir}/../../../backends/gdx-backend-android/libs/android-30.jar</systemPath>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<android.version>9.0</android.version>
<android.version>30</android.version>
<gwt.version>2.8.2</gwt.version>
<lwjgl.version>2.9.3</lwjgl.version>
<lwjgl3.version>3.2.3</lwjgl3.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/gdx-tests-android/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> -->
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/activity-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/android-9.0.jar"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/android-30.jar"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/core-1.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/fragment-1.2.3.jar"/>
<classpathentry exported="true" kind="lib" path="/gdx-backend-android/libs/lifecycle-common-2.2.0.jar"/>
Expand Down

0 comments on commit 9cd2a0b

Please sign in to comment.