Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-16 14:30:30 +03:00
parent 107073327e
commit 8020425374
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
}
dependencies {

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}