Skip to content

Commit

Permalink
chore: SDK 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Dec 10, 2021
1 parent 692c8c1 commit bdc2d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fun String.execute(currentWorkingDir: File = file("./")): String {
}

val minSdkVer by extra(24)
val targetSdkVer by extra(31)
val buildToolsVer by extra("31.0.0")
val targetSdkVer by extra(32)
val buildToolsVer by extra("32.0.0")

val appVerName by extra("2.3.1")
val appVerCode by extra(72)
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application").version("7.0.3")
id("com.android.library").version("7.0.3")
id("com.android.application").version("7.0.4")
id("com.android.library").version("7.0.4")
id("org.jetbrains.kotlin.android").version("1.5.31")
}
}
Expand Down

0 comments on commit bdc2d20

Please sign in to comment.