Upgrade gradle to 3.1.4

pull/23998/head
Esun Kim 4 years ago
parent 30396fb025
commit 51531aada0
  1. 2
      src/android/test/interop/build.gradle

@ -6,7 +6,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
} }

Loading…
Cancel
Save