Changelog
- Switched to AndroidX and updated all dependencies
- New Ktx lib released!
- Many more cool util methods, now as kotlin extensions!
Including in your project
Android-Utils is available in the Jcenter, so getting it as simple as adding it as a dependency
// Required dependencies
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.4.0'
// android-utils
implementation 'com.github.nisrulz:android-utils:{latest version}'
where {latest version}
corresponds to published version in
Android-Utils-Ktx is available in the Jcenter, so getting it as simple as adding it as a dependency
// Required dependencies
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.core:core:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.2.1'
// android-utils-ktx
implementation 'com.github.nisrulz:android-utils-ktx:{latest version}'