Skip to content

Commit

Permalink
fix: downgrade targetapi to 34 to fix CJK display error
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Dec 2, 2024
1 parent 8ecd311 commit fcecf92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ val verCode = Common.getBuildVersionCode(rootProject)

val verName = "v" + Version.officialVersionName + "-" + (Common.getGitHeadRefsSuffix(rootProject))

val androidTargetSdkVersion by extra(35)
val androidTargetSdkVersion by extra(34)
val androidMinSdkVersion by extra(27)
val androidCompileSdkVersion by extra(35)
val androidCompileSdkVersion by extra(34)
val androidBuildToolsVersion = Version.findBuildToolsVersion()
val androidCompileNdkVersion = "27.0.12077973"

Expand Down

0 comments on commit fcecf92

Please sign in to comment.