Browse Source

Upgrade gradle Android plugin

pull/6396/head
Oleksandr Kalko 3 years ago committed by Anders Jenbo
parent
commit
bcfbd99090
  1. 2
      android-project/build.gradle

2
android-project/build.gradle

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

Loading…
Cancel
Save