misc/androidstudio: release 0.2.13
$ docker run --rm -u root -v "$PWD":/home/gradle/project \ -w /home/gradle/project gradle:latest gradle publishPlugins gradle version 4.7 Change-Id: I5c86fed85c0e9896a413011fd04ce600743b8f54 Reviewed-on: https://go-review.googlesource.com/112616 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
parent
5a56f36813
commit
274da16109
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id "org.golang.mobile.bind" version "0.2.11"
|
||||
id "org.golang.mobile.bind" version "0.2.13"
|
||||
}
|
||||
|
||||
gobind {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
plugins {
|
||||
id "org.golang.mobile.bind" version "0.2.11"
|
||||
id "org.golang.mobile.bind" version "0.2.13"
|
||||
}
|
||||
|
||||
gobind {
|
||||
|
@ -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.12"
|
||||
id "org.golang.mobile.bind" version "0.2.13"
|
||||
}
|
||||
|
||||
gobind {
|
||||
|
@ -27,7 +27,7 @@ dependencies {
|
||||
testCompile 'junit:junit:4.11'
|
||||
}
|
||||
|
||||
version = '0.2.12'
|
||||
version = '0.2.13'
|
||||
|
||||
pluginBundle {
|
||||
website = 'https://golang.org/x/mobile'
|
||||
|
Loading…
x
Reference in New Issue
Block a user