Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tomasznajda's full-sized avatar

Tomasz Najda tomasznajda

View GitHub Profile
rootProject.ext {
library = [
name : 'ktx',
group : 'com.tomasznajda.ktx',
author: [
id : 'tomasznajda',
name : 'Tomasz Najda',
email: 'hello@tomasznajda.com'
],
urls : [
enum BuildType {
PROD,
RC,
SNAPSHOT,
TASK,
DEV
}
/*
-------------------- PRODUCTION BUILD --------------------