Browse Source

android: fix downloading the android gradle plugin version 2.3.3.

master
Reece H. Dunn 7 years ago
parent
commit
a3c1a00d45
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      android/build.gradle

+ 1
- 0
android/build.gradle View File

@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'

Loading…
Cancel
Save