2
0
mirror of synced 2025-02-23 23:08:14 +00:00

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>
This commit is contained in:
Hana Kim 2018-01-08 17:30:27 -05:00 committed by Hyang-Ah Hana Kim
parent 50b7067763
commit 54bd6957e8
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ gobindPlugin invokes gomobile bind command on the specified package.
build.gradle:
<pre>
plugins {
id "org.golang.mobile.bind" version "0.2.9"
id "org.golang.mobile.bind" version "0.2.10"
}
gobind {

View File

@ -11,7 +11,7 @@ buildscript {
}
}
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 @@ dependencies {
testCompile 'junit:junit:4.11'
}
version = '0.2.9'
version = '0.2.10'
pluginBundle {
website = 'https://golang.org/x/mobile'