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:
parent
50b7067763
commit
54bd6957e8
@ -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 {
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user