-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gradle
39 lines (31 loc) · 1.04 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 = 27
buildToolsVersion = '28.0.0'
minSdkVersion = 16
targetSdkVersion = 27
// Libs dependencies
supportLibraryVersion = '27.1.1'
junitVersion = '4.12'
runnerVersion = '1.0.2'
espressoVersion = '3.0.2'
// version
versionCode = '101'
// Bin-tray
bintrayRepo = 'maven'
bintrayName = 'AtomWebView'
publishedGroupId = 'cn.byk.pandora'
artifact = 'atomwebview'
libraryName = 'AtomWebView'
libraryVersion = '1.0.1'
libraryDescription = 'Smart WebView Lib Base on Tencent X5'
siteUrl = 'https://github.com/bluesofy/AtomWebView'
gitUrl = 'https://github.com/bluesofy/AtomWebView.git'
javaDocUrl = 'https://github.com/bluesofy/AtomWebView/tree/master/Atomwebview/docs/javadoc'
developerId = 'bluesofy'
developerName = 'Byk'
developerEmail = 'bluesofy@live.cn'
licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}