-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gradle
39 lines (31 loc) · 1.01 KB
/
config.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ext {
// Sdk and tools
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
minSdkVersion = 15
targetSdkVersion = 25
// Libs dependencies
supportLibraryVersion = '25.1.1'
junitVersion = '4.12'
runnerVersion = '0.5'
espressoVersion = '2.2.2'
// version
versionCode = '12'
// Bin-tray
bintrayRepo = 'maven'
bintrayName = 'MatDialog'
publishedGroupId = 'cn.byk.pandora'
artifact = 'matdialog'
libraryName = 'MatDialog'
libraryVersion = '1.2'
libraryDescription = 'Material Design Dialog'
siteUrl = 'https://github.com/bluesofy/MatDialog'
gitUrl = 'https://github.com/bluesofy/MatDialog.git'
javaDocUrl = 'https://github.com/bluesofy/MatDialog/tree/master/matdialog/docs/javadoc'
developerId = 'blueyuki'
developerName = 'Byk'
developerEmail = 'blueyuki@yeah.net'
licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}