2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Different versions of stuffs

This commit is contained in:
Oliver
2021-09-29 11:12:49 +10:00
parent 991e2a80a5
commit a304ee9a24
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.5.30'
ext.kotlin_version = '1.5.10'
repositories {
google()
@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}