1
0
Fork 0
mirror of https://github.com/ethauvin/kotlin-pluralizer.git synced 2025-04-25 08:47:12 -07:00

added required files to publish

This commit is contained in:
Cesar Ferreira 2016-09-04 17:46:07 +01:00
parent 156449c8a8
commit f28387ed16
8 changed files with 128 additions and 39 deletions

View file

@ -1,5 +1,17 @@
buildscript {
repositories {
jcenter()
mavenLocal()
}
}
plugins {
id 'com.jfrog.bintray' version '1.6'
}
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'maven-publish'
android {
compileSdkVersion 24
@ -30,3 +42,5 @@ dependencies {
repositories {
mavenCentral()
}
//apply from: 'publish.gradle'