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 e06efd5 commit 5058f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tableview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ext{
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'

Expand All @@ -18,6 +20,10 @@ ext{
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 {
Expand Down

0 comments on commit 5058f48

Please sign in to comment.