-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
ext { | ||
//Author | ||
// Author | ||
developerId = 'davideas' | ||
developerName = 'Davide Steduto' | ||
developerEmail = '[email protected]' | ||
|
||
//Library | ||
// Library | ||
libraryCode = 4 | ||
libraryVersion = '1.1.2' | ||
libraryDate = " of 2016.11.30" | ||
libraryName = 'FlipView' | ||
libraryDescription = 'Flipping views like GMail & beyond' | ||
|
||
//Library Repository | ||
// Library Repository | ||
bintrayRepo = 'maven' | ||
bintrayName = 'flipview' | ||
publishedGroupId = 'eu.davidea' | ||
artifact = bintrayName | ||
siteUrl = 'https://github.com/davideas/FlipView' | ||
gitUrl = 'https://github.com/davideas/FlipView.git' | ||
|
||
//Support and Build tools version | ||
minSdk = 19 | ||
// Support and Build tools version | ||
minSdk = 14 | ||
targetSdk = 25 | ||
buildTools = "25.0.1" | ||
supportLibrary = '25.0.1' | ||
|
||
//Support Libraries dependencies | ||
// Support Libraries dependencies | ||
supportDependencies = [ | ||
design : "com.android.support:design:${supportLibrary}", | ||
recyclerview : "com.android.support:recyclerview-v7:${supportLibrary}", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters