Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.22 KB

DEVELOP.md

File metadata and controls

54 lines (36 loc) · 1.22 KB

DEVELOP

Network

Storage

Plugins

add

plugins {
    id "com.jfrog.bintray" version "1.7"
}

to the header after buildscript in build.gradle of every module

Reference

bintray configuration

config

bintray {
    user = System.getenv('BINTRAY_USER')
    key = System.getenv('BINTRAY_KEY')
    ...
}

in build.gradle of every module

Create Project

Android Studio > File > New > New Project > com.greedlab.greedpatch > Empty Activity

Add Module

Android Studio > File > New > New Module > Android Library > next > com.greedlab.patch