diff --git a/.idea/modules.xml b/.idea/modules.xml index 547c445..391a8d6 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/CircleSeekBar.iml b/CircleSeekBar.iml deleted file mode 100644 index 291cd95..0000000 --- a/CircleSeekBar.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index be515a8..5eb9d9a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/lib/build.gradle b/lib/build.gradle index 40d9f98..7aa46a6 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.feeeei' android { compileSdkVersion 23 diff --git a/lib/lib.iml b/lib/lib.iml index aa3ca71..6accc09 100644 --- a/lib/lib.iml +++ b/lib/lib.iml @@ -1,5 +1,5 @@ - +