First Commit

This commit is contained in:
developerraman
2020-10-08 02:20:14 -07:00
parent 4cd4d841a1
commit f57f5fae63
46 changed files with 2872 additions and 863 deletions

View File

@@ -24,6 +24,9 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
implementation 'com.google.android.material:material:1.0.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'