Skip to content

Commit

Permalink
删除无用依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Brioal committed Aug 15, 2016
1 parent 95f4670 commit c3a87c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 103 deletions.
99 changes: 0 additions & 99 deletions bintray.gradle

This file was deleted.

3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-beta1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions swipemenu/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.Brioal'
android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
Expand Down Expand Up @@ -27,4 +28,3 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.1.1'
}

apply from: '../bintray.gradle'

0 comments on commit c3a87c0

Please sign in to comment.