From ca1ce09f996cc38504b65d38abca8f4949a811ae Mon Sep 17 00:00:00 2001 From: shota-saito Date: Mon, 14 Aug 2017 14:09:23 +0900 Subject: [PATCH] Fix gradle --- .idea/misc.xml | 2 +- build.gradle | 2 +- clockanimation/build.gradle | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/build.gradle b/build.gradle index b78a0b8..2de8191 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.3.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 } diff --git a/clockanimation/build.gradle b/clockanimation/build.gradle index 35884e8..340ceb7 100644 --- a/clockanimation/build.gradle +++ b/clockanimation/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.shts' android { compileSdkVersion 25