Skip to content

Commit

Permalink
Change gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zirouan committed Mar 13, 2018
1 parent 1d905e7 commit 6127380
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
apply plugin: 'com.android.library'
buildscript {
repositories {
mavenCentral()
}

ext {
PUBLISH_GROUP_ID = 'br.com.liveo'
PUBLISH_ARTIFACT_ID = 'searchview'
PUBLISH_VERSION = '1.0'
dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'br.com.liveo'

android {
compileSdkVersion 27

Expand Down Expand Up @@ -49,6 +55,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.0'
}

apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
}

0 comments on commit 6127380

Please sign in to comment.