Skip to content

Files

Latest commit

1211b99 · May 22, 2024

History

History

activity

Activity

Usage

  1. Add JitPack to your project build.gradle
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
   }
}
  1. Add the dependency in the application build.gradle
dependencies {

implementation "com.github.FunkyMuse.KAHelpers:activity:$utilsVersion"

}