Skip to content

Commit

Permalink
Android 29 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltii committed Nov 22, 2019
1 parent 177a26d commit b4da7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion platforms/android-29/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<goal>jar</goal>
</goals>
<configuration>
<classesDirectory>${android.sdk.path}/sources/android-28</classesDirectory>
<classesDirectory>${android.sdk.path}/sources/android-29</classesDirectory>
<includes>
<include>**/*</include>
</includes>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,5 +304,11 @@
<module>platforms</module>
</modules>
</profile>
<profile>
<id>10.0</id>
<modules>
<module>platforms</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit b4da7d5

Please sign in to comment.