From bbca04c79b2c4f3cf14b92a49d3de71fe7e75410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 3 Jan 2015 17:04:50 +0100 Subject: [PATCH] Fix comments on project.properties --- F-Droid/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/project.properties b/F-Droid/project.properties index f9835af26..211bec884 100644 --- a/F-Droid/project.properties +++ b/F-Droid/project.properties @@ -11,7 +11,7 @@ android.library.reference.7=../extern/Support/v7/appcompat # For java libraries, place symlinks in ../extern/symlinks-for-ant-and-eclipse/ source.dir=src;../extern/symlinks-for-ant-and-eclipse -# With a target SDK of android-19 (4.4.2/KitKat) and a Java 1.7 compiler, you +# With a target SDK of android-21 (5.0/Lollipop) and a Java 1.7 compiler, you # can use Java 1.7 features like the <> diamond operator, multi-catch, strings # in switches, etc. zxing uses the <> operator, so Java 1.7 is required. java.encoding=UTF-8