-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the new release script and release version 2.1.2
- Loading branch information
1 parent
2ef671b
commit 8dcb7c0
Showing
54 changed files
with
155 additions
and
3,822 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_NAME=AndServer | ||
POM_ARTIFACT_ID=annotation | ||
POM_PACKAGING=jar |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_NAME=AndServer | ||
POM_ARTIFACT_ID=api | ||
POM_PACKAGING=aar |
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 |
---|---|---|
|
@@ -21,46 +21,22 @@ ext { | |
sampleTargetSdkVersion : 22, | ||
|
||
versionCode : 25, | ||
versionName : '2.1.1' | ||
] | ||
|
||
bintray = [ | ||
version : '2.1.1', | ||
group : 'com.yanzhenjie.andserver', | ||
|
||
siteUrl : 'https://github.com/yanzhenjie/AndServer', | ||
gitUrl : '[email protected]:yanzhenjie/AndServer.git', | ||
|
||
packaging : 'aar', | ||
name : 'AndServer', | ||
description : 'Android web server', | ||
|
||
licenseName : 'The Apache Software License, Version 2.0', | ||
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt', | ||
|
||
developerId : 'yanzhenjie', | ||
developerName : 'yanzhenjie', | ||
developerEmail: '[email protected]', | ||
|
||
binrayLibrary : "", | ||
bintrayRepo : "maven", | ||
bintrayUser : 'yolanda', | ||
bintrayLicense: "Apache-2.0" | ||
versionName : '2.1.2' | ||
] | ||
|
||
deps = [ | ||
android: [ | ||
plugin : 'com.android.tools.build:gradle:3.6.2', | ||
plugin : 'com.android.tools.build:gradle:3.6.3', | ||
annotation: 'androidx.annotation:annotation:1.1.0', | ||
compat : 'androidx.appcompat:appcompat:1.1.0', | ||
material : 'com.google.android.material:material:1.1.0', | ||
], | ||
|
||
project: [ | ||
annotation: "${bintray.group}:annotation:${bintray.version}", | ||
api : "${bintray.group}:api:${bintray.version}", | ||
processor : "${bintray.group}:processor:${bintray.version}", | ||
plugin : "${bintray.group}:plugin:${bintray.version}" | ||
annotation: "${PROJECT_GROUP}:annotation:${PROJECT_VERSION}", | ||
api : "${PROJECT_GROUP}:api:${PROJECT_VERSION}", | ||
processor : "${PROJECT_GROUP}:processor:${PROJECT_VERSION}", | ||
plugin : "${PROJECT_GROUP}:plugin:${PROJECT_VERSION}" | ||
], | ||
|
||
apache : [ | ||
|
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 +1,18 @@ | ||
android.useAndroidX=true | ||
android.useAndroidX=true | ||
|
||
PROJECT_GROUP=com.yanzhenjie.andserver | ||
PROJECT_VERSION=2.1.2 | ||
|
||
POM_DESCRIPTION=Android web server. | ||
|
||
POM_URL=https://github.com/yanzhenjie/AndServer/ | ||
POM_SCM_URL=https://github.com/yanzhenjie/AndServer/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/yanzhenjie/AndServer.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/yanzhenjie/AndServer.git | ||
|
||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=yanzhenjie | ||
POM_DEVELOPER_NAME=Zhenjie Yan |
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
Binary file removed
BIN
-5.69 KB
plugin/build/classes/java/main/com/yanzhenjie/andserver/plugin/AndServerPlugin.class
Binary file not shown.
Binary file removed
BIN
-3.61 KB
plugin/build/classes/java/main/com/yanzhenjie/andserver/plugin/AppInfoGenerator.class
Binary file not shown.
Binary file removed
BIN
-289 Bytes
plugin/build/classes/java/main/com/yanzhenjie/andserver/plugin/util/Constants.class
Binary file not shown.
Binary file removed
BIN
-2.41 KB
plugin/build/classes/java/main/com/yanzhenjie/andserver/plugin/util/Log.class
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.