Skip to content

Commit

Permalink
build: downgrade target api level to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
NextAlone authored Oct 21, 2023
1 parent 7068761 commit 5b28234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val verName = if (Version.isStable) {
"v" + Version.officialVersionName + "-preview-" + (Common.getGitHeadRefsSuffix(rootProject))
}

val androidTargetSdkVersion by extra(34)
val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(34)
val androidBuildToolsVersion = Version.findBuildToolsVersion()
Expand Down

0 comments on commit 5b28234

Please sign in to comment.