update gradle plugin to 4.1.2

This commit is contained in:
Jannik 2021-01-21 19:57:01 +01:00
parent 373f5c56c9
commit 70aafb1a14
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 3000 //00.03.000
versionName "0.3.0"
versionName "0.3.90"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()

View File

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong