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

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:
Hana Kim 2018-05-10 11:42:02 -04:00 committed by Hyang-Ah Hana Kim
parent 5a56f36813
commit 274da16109
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
*/
plugins {
id "org.golang.mobile.bind" version "0.2.11"
id "org.golang.mobile.bind" version "0.2.13"
}
gobind {

View File

@ -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 {

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.12"
id "org.golang.mobile.bind" version "0.2.13"
}
gobind {

View File

@ -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'