Skip to content

Commit

Permalink
Merge pull request #2 from tezro-official/refactor/structure
Browse files Browse the repository at this point in the history
refactor: rename module
  • Loading branch information
tamimattafi authored Aug 1, 2021
2 parents 7c65b24 + ac69e63 commit bdeb428
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
}

dependencies {
implementation project(':maskedEditText')
implementation project(':MaskedEditText')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rootProject.name = "edittext-mask"
include ':app'
include ':maskedEditText'
include ':MaskedEditText'

0 comments on commit bdeb428

Please sign in to comment.