Skip to content

xmartlabs/AndroidSwissKnife

Repository files navigation

AndroidSwissKnife

Check and compile Release

A library that contains a series of extensions, helpers, and useful classes used in most of Xmartlabs' Android Projects.

It's divided into a series of modules with different proposes:

Setup

Add library to project dependencies with JitPack.

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation "com.github.xmartlabs.AndroidSwissKnife:swissknife-core:${master-latest-hash-commit}"
    implementation "com.github.xmartlabs.AndroidSwissKnife:swissknife-datastore:${master-latest-hash-commit}"
    implementation "com.github.xmartlabs.AndroidSwissKnife:swissknife-navigation:${master-latest-hash-commit}"
    implementation "com.github.xmartlabs.AndroidSwissKnife:swissknife-navigation-debug:${master-latest-hash-commit}"
    implementation "com.github.xmartlabs.AndroidSwissKnife:swissknife-reflection:${master-latest-hash-commit}"
}

About

Made with ❤️ by XMARTLABS

Releases

No releases published

Packages

No packages published

Languages