Fix build breackage in Android caused by r555

This CL doesn't change anything except for fixing build breakage caused by r555, which tried to bump the target API level to 22.

No behavior change is intended anyway.

BUG=none
TEST=compile

git-svn-id: https://mozc.googlecode.com/svn/trunk@567 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/android/project.properties b/src/android/project.properties
index a8587f9..88de921 100644
--- a/src/android/project.properties
+++ b/src/android/project.properties
@@ -30,7 +30,7 @@
 
 
 # Project target.
-target=android-21
+target=android-22
 
 # Location of the ProGuard configuration.
 proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt
diff --git a/src/android/protobuf/project.properties b/src/android/protobuf/project.properties
index 37216a4..71dc794 100644
--- a/src/android/protobuf/project.properties
+++ b/src/android/protobuf/project.properties
@@ -39,4 +39,4 @@
 android.library=true
 
 # Project target.
-target=android-21
+target=android-22
diff --git a/src/android/resources/project.properties b/src/android/resources/project.properties
index 8af6097..b486d97 100644
--- a/src/android/resources/project.properties
+++ b/src/android/resources/project.properties
@@ -40,5 +40,5 @@
 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
 
 # Project target.
-target=android-21
+target=android-22
 android.library=true
diff --git a/src/android/tests/project.properties b/src/android/tests/project.properties
index bf47287..2a4e71c 100644
--- a/src/android/tests/project.properties
+++ b/src/android/tests/project.properties
@@ -37,4 +37,4 @@
 # project structure.
 
 # Project target.
-target=android-21
+target=android-22
diff --git a/src/android/userfeedback/project.properties b/src/android/userfeedback/project.properties
index 37216a4..71dc794 100644
--- a/src/android/userfeedback/project.properties
+++ b/src/android/userfeedback/project.properties
@@ -39,4 +39,4 @@
 android.library=true
 
 # Project target.
-target=android-21
+target=android-22
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index c666840..0ce3367 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=2
 MINOR=17
-BUILD=2076
+BUILD=2077
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.