misc/androidstudio: update to 0.2.10

0.2.9 was broken - for unknown reasons, the plugin was built on
top of stale sources.

Updates golang/go#21594

Plugin 0.2.10 was built with rev 50b7067 and this change.
  % docker run --rm -u root -v "$PWD":/home/gradle/project \
    -w /home/gradle/project gradle:latest \
    gradle publishPlugins

Gradle version is 4.0.1.

Change-Id: I146dc67cbad3c9945a2acdf4ac7993283725090a
Reviewed-on: https://go-review.googlesource.com/86775
Reviewed-by: Elias Naur <elias.naur@gmail.com>
diff --git a/misc/androidstudio/README.md b/misc/androidstudio/README.md
index 8cb2789..0296d88 100644
--- a/misc/androidstudio/README.md
+++ b/misc/androidstudio/README.md
@@ -5,7 +5,7 @@
 build.gradle:
 <pre>
 plugins {
-  id "org.golang.mobile.bind" version "0.2.9"
+  id "org.golang.mobile.bind" version "0.2.10"
 }
 
 gobind {
diff --git a/misc/androidstudio/build.gradle b/misc/androidstudio/build.gradle
index 8d4f27a..a1b8d4d 100644
--- a/misc/androidstudio/build.gradle
+++ b/misc/androidstudio/build.gradle
@@ -11,7 +11,7 @@
     }
   }
   dependencies {
-    classpath "com.gradle.publish:plugin-publish-plugin:0.9.7"
+    classpath "com.gradle.publish:plugin-publish-plugin:0.9.8"
   }
 }
 
@@ -27,7 +27,7 @@
   testCompile 'junit:junit:4.11'
 }
 
-version = '0.2.9'
+version = '0.2.10'
 
 pluginBundle {
   website = 'https://golang.org/x/mobile'