2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 11:15:26 +00:00

Downgrade to 6.6.1

- Ref: https://developer.android.com/studio/releases/gradle-plugin
This commit is contained in:
Oliver
2021-09-29 13:53:35 +10:00
parent a304ee9a24
commit 56d66424b6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}