Skip to content

silviusko/android-toolkit

Repository files navigation

Android Toolkit

API Circle CI

Android Toolkit provides various functions to build a application easily.

Features

How to use

  1. Build aar files
  $ ./gradlew clean :toolkit:build
  1. Copy aar files from output folder to libs folder of your project
  $ cp ./toolkit/build/outputs/aar/toolkit-release.aar \
  ./yourproject/app/libs
  1. Declare a repository as a flatDir for importing aar files
  repositories {
    flatDir {
        dirs 'libs'
    }
  }
  1. Declare aar dependencies
  dependencies {
    compile 'com.ktt.toolkit:toolkit-release@aar'
  }

License

Copyright 2016 Silvius Kao

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Contributes common utilities to development Android App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published