diff --git a/project/plugins.sbt b/project/plugins.sbt
index 9e7caea909..1910433d0d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,6 +1,6 @@
 resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
 
-addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.17")
+addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.18")
 
 resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
 
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 3c30b7a075..80f7f67dc8 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.github.shadowsocks"
-          android:versionCode="132"
-          android:versionName="2.9.10">
+          android:versionCode="133"
+          android:versionName="2.9.11">
 
     <uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>