Skip to content

Commit

Permalink
修改gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
WJKCharlie committed Apr 5, 2017
1 parent 5058f48 commit bd3a2a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
26 changes: 0 additions & 26 deletions tableview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
apply plugin: 'com.android.library'

def final tableViewLibraryVersion = '1.0.0'

ext{
bintrayRepo = 'maven'
bintrayName = 'AndroidTableView'

publishedGroupId = 'com.wjk.tableview'
libraryName = 'TableView'
artifact = 'tableview'

libraryDescription = 'An Android library containing a simple TableView'

siteUrl = 'https://github.com/WJKCharlie/AndroidTableView'
gitUrl = 'https://github.com/WJKCharlie/AndroidTableView.git'

libraryVersion = tableViewLibraryVersion

developerId = 'jkwang'
developerName = 'JK Wang'
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"]
}

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
Expand Down

0 comments on commit bd3a2a1

Please sign in to comment.