We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8159c55 + 022091c commit b0d249bCopy full SHA for b0d249b
android/app/pom.xml
@@ -113,15 +113,14 @@
113
<finalName>${project.artifactId}</finalName>
114
115
<plugins>
116
- <!-- android (apache harmony) is nearly java but not really 1.6 -->
117
<plugin>
118
<groupId>org.apache.maven.plugins</groupId>
119
<artifactId>maven-compiler-plugin</artifactId>
120
<configuration>
121
<!-- <compilerArgument>-Xlint:unchecked</compilerArgument>
122
-->
123
- <source>1.6</source>
124
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
125
</configuration>
126
</plugin>
127
0 commit comments