update android builds to SDK 29, use Java 11

This commit is contained in:
Anthony Calosa
2024-09-08 20:44:23 +08:00
parent 036365e984
commit 09b5ee8ac5
15 changed files with 136 additions and 197 deletions

View File

@@ -25,8 +25,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>