Skip to content

harsh6768/mounty-android-test.

Repository files navigation

mounty-android-test.

Dependencies:

1. MaterialText:For designing editText

implementation 'com.rengwuxian.materialedittext:library:2.1.4'

2. ButterKnife:

(http://jakewharton.github.io/butterknife/)

implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'

3. Glide Library : For Fetching the network Images ,we use Glide library.

(https://github.com/bumptech/glide)

implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

............. .............

.............

I am using Android 3.3.2 with androidx which will help to avoid the conflict among different dependencies.Now we don't have to worry about the version of any library.

Releases

No releases published

Packages

No packages published