Skip to content

Commit 022091c

Browse files
committed
Android Maven: compiler compliance level 1.7
1 parent 8159c55 commit 022091c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/app/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,14 @@
113113
<finalName>${project.artifactId}</finalName>
114114

115115
<plugins>
116-
<!-- android (apache harmony) is nearly java but not really 1.6 -->
117116
<plugin>
118117
<groupId>org.apache.maven.plugins</groupId>
119118
<artifactId>maven-compiler-plugin</artifactId>
120119
<configuration>
121120
<!-- <compilerArgument>-Xlint:unchecked</compilerArgument>
122121
-->
123-
<source>1.6</source>
124-
<target>1.6</target>
122+
<source>1.7</source>
123+
<target>1.7</target>
125124
</configuration>
126125
</plugin>
127126
<plugin>

0 commit comments

Comments
 (0)