diff --git a/.gitignore b/.gitignore index 4135ef3..1f562a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ .gradle /local.properties -/.idea/workspace.xml -/.idea/libraries .DS_Store /build /captures diff --git a/app/build.gradle b/app/build.gradle index 785bed3..7242211 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.application' -apply plugin: 'com.jfrog.bintray' -apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion 24 diff --git a/build.gradle b/build.gradle index 4d25013..721d0cb 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,6 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.1.2' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong diff --git a/circularviewgroup/build.gradle b/circularviewgroup/build.gradle index e569f52..6a65263 100644 --- a/circularviewgroup/build.gradle +++ b/circularviewgroup/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.joginder89' android { compileSdkVersion 24