From 04168c3bfbb9f2be3015a7da1fa49b86bd4f537f Mon Sep 17 00:00:00 2001 From: "Hyang-Ah (Hana) Kim" Date: Wed, 10 Feb 2016 05:51:25 -0500 Subject: [PATCH] example/bind/android: update gradle version from 0.2.2 to 0.2.3 Change-Id: I906200acf9615c8cc100b7d1ad5592e899e383fe Reviewed-on: https://go-review.googlesource.com/19409 Reviewed-by: David Crawshaw --- example/bind/android/hello/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bind/android/hello/build.gradle b/example/bind/android/hello/build.gradle index e7388d8..ff1bedb 100644 --- a/example/bind/android/hello/build.gradle +++ b/example/bind/android/hello/build.gradle @@ -4,7 +4,7 @@ */ plugins { - id "org.golang.mobile.bind" version "0.2.2" + id "org.golang.mobile.bind" version "0.2.3" } gobind {