Skip to content

Commit

Permalink
refactor: registration screen to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSingh07 committed Dec 28, 2023
1 parent 6b7a334 commit 0d8255e
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 187 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.googlecode.libphonenumber:libphonenumber:7.0.4'
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.lifecycleExtensionsVersion"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$rootProject.lifecycleVersion"
kapt "com.github.Raizlabs.DBFlow:dbflow-processor:$rootProject.dbflowVersion"
Expand All @@ -116,6 +117,8 @@ dependencies {

//Country Code picker
implementation "com.hbb20:ccp:$rootProject.countryCodePicker"
implementation 'com.github.ParveshSandila:CountryCodeChooser:1.0'
implementation("com.github.jump-sdk:jetpack_compose_country_code_picker_emoji:2.2.6")

//Square dependencies
implementation("com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion") {
Expand Down
Loading

0 comments on commit 0d8255e

Please sign in to comment.