Skip to content

Commit

Permalink
I've worked on:
Browse files Browse the repository at this point in the history
* Updated edittextpicker dependency
  • Loading branch information
AliAzaz committed Oct 9, 2023
1 parent b64bfc2 commit e3f445b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object OtherDeps {
const val editTextPicker =
"com.github.AliAzaz:Edittext-Library:release-v2.1_bugs_fixes-SNAPSHOT"
"com.github.AliAzaz:Edittext-Library:${DependenciesVersions.editTextPickerVersion}"
}

object Layouts {
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/java/DependenciesVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ object DependenciesVersions {
const val ktxVersion = "1.12.0"
const val junitVersion = "4.13.2"
const val cardVersion = "1.0.0"
const val editTextPickerVersion = "2.1.1"
}

0 comments on commit e3f445b

Please sign in to comment.