Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 582 Bytes

File metadata and controls

33 lines (29 loc) · 582 Bytes

libs-android

Set of useful Android librairies

  • Image viewer
  • Image picker
  • Kotlin Core :
    • Databinding
    • Rx
    • Pagination
    • Base views
    • Base viewModels
    • Navigation
    • Errors
    • Utils

Installation

allprojects {
    repositories {
	    ...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
    implementation 'com.github.tymate.libs-android:image_picker:v1.0.0'
    implementation 'com.github.tymate.libs-android:image_viewer:v1.0.0'
    implementation 'com.github.tymate.libs-android:kt_core:v1.0.0'
}