Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: Bump targetSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jun 19, 2024
1 parent a73b10d commit b98ec6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins {

android {
namespace = "top.yukonga.update"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "top.yukonga.update"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = getVersionCode()
versionName = "1.3" + "-" + getVersionName()
}
Expand Down Expand Up @@ -69,8 +69,7 @@ android {
freeCompilerArgs = listOf(
"-Xno-param-assertions",
"-Xno-call-assertions",
"-Xno-receiver-assertions",
"-language-version=2.0"
"-Xno-receiver-assertions"
)
}
}
Expand Down

0 comments on commit b98ec6a

Please sign in to comment.