Skip to content

Commit

Permalink
删除多余依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
twiceyuan committed Mar 5, 2019
1 parent 7cbd361 commit e68931b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 45 deletions.
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
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
}
Expand Down
1 change: 0 additions & 1 deletion deloy.sh

This file was deleted.

2 changes: 0 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'com.android.library'

version = "1.1.6"

android {
compileSdkVersion 28

Expand Down
4 changes: 1 addition & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'com.android.application'

version = "1.1.6"

android {
compileSdkVersion 28

Expand All @@ -10,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName version
versionName "1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit e68931b

Please sign in to comment.