Skip to content

Commit

Permalink
Preparing version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toquete committed Dec 8, 2024
1 parent 3182aac commit 95d2631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
applicationId = "com.toquete.boxbox"
versionCode = 16
versionCode = 17
versionName = projectVersion

buildConfigField(
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}

val projectVersion by extra("1.3.1")
val projectVersion by extra("1.3.2")

val reportMerge by tasks.registering(ReportMergeTask::class) {
output.set(rootProject.layout.buildDirectory.file("reports/detekt-results.xml"))
Expand Down

0 comments on commit 95d2631

Please sign in to comment.