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

Fix android requirements

This commit is contained in:
Oliver
2021-09-17 22:02:58 +10:00
parent 0c9397f3c3
commit cf9c57c9e0
4 changed files with 4 additions and 4 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.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}