Nisrulz Android Utils Versions Save

[Android Library] Facilitating some very common functionalities in the form of utility classes for Android

1.1.0

4 years ago

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 Download


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}'

where {latest version} corresponds to published version in Download