From d9364128ea24847702bfed85708e0f3485c7d418 Mon Sep 17 00:00:00 2001 From: Arild Jacobsen Date: Tue, 29 Aug 2017 13:31:02 +0200 Subject: [PATCH] Added jitpack config --- androidtweakslibrary/build.gradle | 6 ++++-- build.gradle | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/androidtweakslibrary/build.gradle b/androidtweakslibrary/build.gradle index e3bcda7..af8f7f6 100644 --- a/androidtweakslibrary/build.gradle +++ b/androidtweakslibrary/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.agensdev' ext { bintrayRepo = 'androidtweakslibrary' @@ -47,12 +50,11 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.+' - compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9' + compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'com.android.support:recyclerview-v7:25.3.1' testCompile 'junit:junit:4.12' } diff --git a/build.gradle b/build.gradle index d7bab8b..a9802e3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' - classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files