Skip to content

Commit 62b7879

Browse files
committed
chore(publish 4.0.0):
1 parent 7ab4a99 commit 62b7879

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agentweb-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ publish {
5050
userOrg = 'just'
5151
groupId = 'com.just.agentweb'
5252
artifactId = 'agentweb'
53-
version = '4.0.0-beta'
53+
version = '4.0.0'
5454
description = 'very easy to build you web page'
5555
website = "https://github.com/Justson/AgentWeb"
5656

agentweb-download/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publish {
4747
userOrg = 'just'
4848
groupId = 'com.just.agentweb'
4949
artifactId = 'download'
50-
version = '4.0.0-beta'
50+
version = '4.0.0'
5151
description = 'very easy to build you web page'
5252
website = "https://github.com/Justson/AgentWeb"
5353

agentweb-download/src/main/java/com/just/agentweb/download/DownloadNotifier.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ private void setProgress(int maxprogress, int currentprogress, boolean exc) {
130130
sent();
131131
}
132132

133-
private void setContentText(String text) {
134-
135-
136-
}
137133

138134
private boolean hasDeleteContent() {
139135
return mBuilder.getNotification().deleteIntent != null;

agentweb-filechooser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publish {
4747
userOrg = 'just'
4848
groupId = 'com.just.agentweb'
4949
artifactId = 'filechooser'
50-
version = '4.0.0-beta'
50+
version = '4.0.0'
5151
description = 'very easy to build you web page'
5252
website = "https://github.com/Justson/AgentWeb"
5353

sample/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ dependencies {
5252
compile "com.android.support:design:${SUPPORT_LIB_VERSION}"
5353
// compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
5454
testCompile 'junit:junit:4.12'
55-
compile project(':agentweb-core')
56-
compile project(':agentweb-download')
57-
compile project(':agentweb-filechooser')
55+
// compile project(':agentweb-core')
56+
// compile project(':agentweb-download')
57+
// compile project(':agentweb-filechooser')
5858

59-
// compile 'com.just.agentweb:agentweb:4.0.0-beta'
60-
// compile 'com.just.agentweb:download:4.0.0-beta'
61-
// compile 'com.just.agentweb:filechooser:4.0.0-beta'
59+
compile 'com.just.agentweb:agentweb:4.0.0'
60+
compile 'com.just.agentweb:download:4.0.0'
61+
compile 'com.just.agentweb:filechooser:4.0.0'
6262

6363
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
6464
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'

0 commit comments

Comments
 (0)