Skip to content

Instantly share code, notes, and snippets.

@rahuldream11
rahuldream11 / AndroidHelper
Last active October 20, 2017 13:16
AndroidHelper
apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'
def ORGANISATION_NAME = "dream11"
def BINTRAY_REPO_NAME = "android-infra"
version = project.VERSION_NAME
group = project.PACKAGE_NAME
bintray {