Skip to content

MySocialApp/msa-custom-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msa-custom-field

This is our custom field library used at MySocialApp (iOS and Android social app builder - SaaS)

Usage

Release

Step 1. Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
  compile 'com.github.MySocialApp.msa-custom-field:library:{version}'
}

TODO