Remove an obsolete comment

Our minimum API level is 14. We don't need that comment anymore.

This is just a removal of an obsolete comment. Hence no behavior change is intended.

BUG=none
TEST=none

git-svn-id: https://mozc.googlecode.com/svn/trunk@428 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/android/userfeedback/project.properties b/src/android/userfeedback/project.properties
index 8d86dc4..9aacf2f 100644
--- a/src/android/userfeedback/project.properties
+++ b/src/android/userfeedback/project.properties
@@ -39,9 +39,4 @@
 android.library=true
 
 # Project target.
-# The API level specified below is higher than our minimum SDK level,
-# intentionally.
-# This is because UserFeedback project depends
-# on the symbols introduced since API Level 14.
-# MechaMozc's target level is 21 so here we also use level 21.
 target=android-19
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 17873ca..146026f 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=2
 MINOR=16
-BUILD=1968
+BUILD=1969
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.