Skip to content

happyfresh/HappySupportAndroid

Repository files navigation

HappySupportAndroid

This library for supporting our android development

How to Get

To get our support for android development into your build:

Step 1. Add the JitPack repository to your build file

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

def latest_version = "1.5.5"
dependencies {
        // HappySupport
        implementation "com.github.happyfresh.HappySupportAndroid:happysupport:$latest_version"
        // extentions for kotlin
        implementation "com.github.happyfresh.HappySupportAndroid:happysupport-kotlinextentions:$latest_version"
        
        // HappyTracker
        implementation "com.github.happyfresh.HappySupportAndroid:happytracker:$latest_version"
        
        // HappyRouter
        implementation "com.github.happyfresh.HappySupportAndroid:happyrouter:$latest_version"
        annotationProcessor "com.github.happyfresh.HappySupportAndroid:happyrouter-processor:$latest_version"
}

Helper

Changes Log

Version 1.5.5

  • Rename Annotation Provider to Providers
  • Annotation Providers now can be multiple Adapter