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:
parent
156449c8a8
commit
f28387ed16
8 changed files with 128 additions and 39 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue