mirror of https://github.com/x13a/Wasted.git
update gradle
This commit is contained in:
parent
1ab4820030
commit
935853cfd2
|
@ -4,12 +4,12 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk 31
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId "me.lucky.wasted"
|
||||
minSdk 23
|
||||
targetSdk 31
|
||||
targetSdk 32
|
||||
versionCode 21
|
||||
versionName "1.3.1"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
classpath 'com.android.tools.build:gradle:7.1.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in New Issue