Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
更新BUG
  • Loading branch information
秋逸 committed Oct 26, 2016
1 parent 43ac307 commit 146a0c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
27 changes: 0 additions & 27 deletions VonTools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ android {
targetSdkVersion 24
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
Expand All @@ -28,28 +25,4 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
}

ext {
bintrayRepo = 'maven'
bintrayName = 'vontools'

publishedGroupId = 'com.vondear.vontools'
libraryName = 'VonTools'
artifact = 'vontools'

libraryDescription = 'A Tools on Android'

siteUrl = 'https://github.com/vondear/VonTools'
gitUrl = 'https://github.com/vondear/VonTools.git'

libraryVersion = '1.0.0'

developerId = 'vondear'
developerName = 'vondear'
developerEmail = '[email protected]'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ android {
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
Expand Down
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}

Expand Down

0 comments on commit 146a0c1

Please sign in to comment.