SidoPillai / appstudio-labs

Demonstrate custom android Gradle dependencies to work with AppStudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appstudio-labs

Features

  1. Speech Recognition
  2. Activity Recognition
  3. Pedometer

Usage

Add the following to build.gradle (app)

  1. Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
dependencies {
    implementation 'com.github.siddeshpillai:appstudio-labs:Tag'
}

Published the maven dpendency on JitPack.io

About

Demonstrate custom android Gradle dependencies to work with AppStudio

License:Apache License 2.0


Languages

Language:Java 100.0%