2
0
mirror of synced 2025-02-22 14:28:14 +00:00

bind/java: bump android plugin version to 3.0.1

The examples were updated recently; this CL updates the version
used for the gomobile integration tests. The old version didn't
support newer versions of the gradle command.

Change-Id: I7ea9b3f9be37e9c96df96c5a81e90354da2ecd10
Reviewed-on: https://go-review.googlesource.com/114057
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
Elias Naur 2018-05-22 00:04:51 +02:00
parent 002e3c5c61
commit 5665cf3762

View File

@ -191,10 +191,11 @@ const androidmanifest = `<?xml version="1.0" encoding="utf-8"?>
const buildgradle = `buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}