11apply plugin : ' com.android.library'
2-
3- sourceCompatibility = 1.7
4- targetCompatibility = 1.7
5-
6- ext {
7- bintrayRepo = ' maven'
8- bintrayName = ' activity-router'
9-
10- publishedGroupId = ' com.github.mzule.activityrouter'
11- libraryName = ' ActivityRouter'
12- artifact = ' activityrouter'
13-
14- libraryDescription = ' Router activities'
15-
16- siteUrl = ' https://github.com/mzule/ActivityRouter/'
17- gitUrl = ' https://github.com/mzule/ActivityRouter.git'
18-
19- libraryVersion = ' 1.2.2'
20-
21- developerId = ' mzule'
22- developerName = ' Cao Dongping'
23- developerEmail = ' mzule4j@gmail.com'
24-
25- licenseName = ' The Apache Software License, Version 2.0'
26- licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
27- allLicenses = [" Apache-2.0" ]
28- }
2+ apply plugin : ' com.novoda.bintray-release'
293
304android {
31- compileSdkVersion 23
32- buildToolsVersion " 23 .0.2"
5+ compileSdkVersion 26
6+ buildToolsVersion " 26 .0.2"
337
348 defaultConfig {
35- minSdkVersion 7
36- targetSdkVersion 23
9+ minSdkVersion 15
10+ targetSdkVersion 26
3711 versionCode 1
3812 versionName " 1.0"
3913 }
@@ -47,9 +21,15 @@ android {
4721
4822dependencies {
4923 provided project(' :stub' )
50- compile ' com.github.mzule.activityrouter :annotation:1.1.5 '
24+ compile ' com.qunhe.android :annotation:1.0.1 '
5125}
5226
53- apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
54- apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
27+ publish {
28+ userOrg = ' qunhe'
29+ groupId = ' com.qunhe.android'
30+ artifactId = ' activityrouter'
31+ publishVersion = ' 1.0.2'
32+ desc = ' This is the libs package of ActivityRouter'
33+ website = ' https://github.com/CPPAlien/ActivityRouter'
34+ }
5535
0 commit comments