Skip to content

Commit

Permalink
Made some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Mar 13, 2024
1 parent 18e02c2 commit 6bdb314
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ dependencies {
// Compose-lint
lintChecks("com.slack.lint.compose:compose-lint-checks:1.3.1")

// Timber
implementation ("com.jakewharton.timber:timber:5.0.1")

//kotlinx.collections.immutable
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.geekymusketeers.uncrack.util

object Constants {

val sliderStepRange = 0f..32f
val sliderSteps = 32
}
6 changes: 5 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,15 @@
<string name="uppercase_letters">Uppercase letters</string>
<string name="lowercase_letters">Lowercase letters</string>
<string name="special_symbols">Special symbols</string>
<string name="include">Include:</string>
<string name="include_following">Include following:</string>
<string name="copy">Copy</string>
<string name="backup">Backup</string>
<string name="general">General</string>
<string name="danger_zone">Danger Zone</string>
<string name="update_master_key">Update Master Key</string>
<string name="old_master_key">Old Master Key</string>
<string name="new_master_key">New Master Key</string>
<string name="password_generated_length">Password Length %1$s</string>
<string-array name="accounts">
<item>Others</item>
<item>PayPal</item>
Expand Down

0 comments on commit 6bdb314

Please sign in to comment.