[Android] Fix Android Studio 3.0 RC2

pull/2104/head jitsi-meet_2574
Saúl Ibarra Corretgé 7 years ago
parent 499ee7985b
commit ae0e37be34
  1. 2
      android/build.gradle

@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files.

Loading…
Cancel
Save