Browse Source

android: stay compatible with the current android studio release

android android-1.5
Sigrid Solveig Haflínudóttir 4 years ago
parent
commit
123dc07136
  1. 2
      src/android/build.gradle

2
src/android/build.gradle

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

Loading…
Cancel
Save