Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Change the .settings file to target Java 1.6 instead of 1.5.
  • Loading branch information
lioncash committed Aug 22, 2013
1 parent 779f02d commit 951bbcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Android/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6

0 comments on commit 951bbcd

Please sign in to comment.