Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Dec 11, 2024
1 parent db16368 commit 887008f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ android {
}
}

base {
archivesName.set("PreviewSeekBar-v${android.defaultConfig.versionName}(${android.defaultConfig.versionCode})")
}

dependencies {
implementation(libs.androidx.core.splashscreen)
implementation(libs.google.material)
}

base {
archivesName.set("PreviewSeekBar-v${android.defaultConfig.versionName}(${android.defaultConfig.versionCode})")
}

tasks.register("printVersionName") {
doLast {
println(android.defaultConfig.versionName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ class MainActivity: ComponentActivity(R.layout.activity_main) {
/**
* 01:23:45
*/
private const val TIME_MILLS = 5025000
private const val TIME_MILLS = 5_025_000
}
}

0 comments on commit 887008f

Please sign in to comment.