Skip to content

Commit

Permalink
fix: remove preview from filename and avoid affected by nullgram 's s…
Browse files Browse the repository at this point in the history
…table status

Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Jul 14, 2024
1 parent 27d1646 commit ddf84e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ tasks.register<Delete>("clean").configure {
val apiCode by extra(93)
val verCode = Common.getBuildVersionCode(rootProject)

val verName = if (Version.isStable) {
"v" + Version.officialVersionName + "-" + (Common.getGitHeadRefsSuffix(rootProject))
} else {
"v" + Version.officialVersionName + "-preview-" + (Common.getGitHeadRefsSuffix(rootProject))
}
val verName = "v" + Version.officialVersionName + "-" + (Common.getGitHeadRefsSuffix(rootProject))

val androidTargetSdkVersion by extra(34)
val androidMinSdkVersion by extra(27)
Expand Down

0 comments on commit ddf84e0

Please sign in to comment.