Skip to content

Commit

Permalink
configure build
Browse files Browse the repository at this point in the history
  • Loading branch information
santaevpavel committed Jul 9, 2018
1 parent ae37e5a commit cb3a04f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions OutlineSpanLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion 27
Expand Down Expand Up @@ -37,3 +39,16 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

archivesBaseName = "outline-span"
group = "ru.santaev"

install {
repositories.mavenInstaller {
pom.project {
group "ru.santaev"
artifactId "outline-span"
version "0.1.0"
}
}
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit cb3a04f

Please sign in to comment.