android: build as Java 6; fixes the deprecation warning

This commit is contained in:
Sebastian Krzyszkowiak 2017-08-19 01:25:26 +02:00
parent b4d331fdcc
commit bfda2cdbd6

View file

@ -15,3 +15,5 @@
# 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target.
java.source=1.6
java.target=1.6