Skip to content

Commit

Permalink
chore(publish 4.0.0):
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Feb 25, 2018
1 parent 7ab4a99 commit 62b7879
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agentweb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'agentweb'
version = '4.0.0-beta'
version = '4.0.0'
description = 'very easy to build you web page'
website = "https://github.com/Justson/AgentWeb"

Expand Down
2 changes: 1 addition & 1 deletion agentweb-download/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'download'
version = '4.0.0-beta'
version = '4.0.0'
description = 'very easy to build you web page'
website = "https://github.com/Justson/AgentWeb"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ private void setProgress(int maxprogress, int currentprogress, boolean exc) {
sent();
}

private void setContentText(String text) {


}

private boolean hasDeleteContent() {
return mBuilder.getNotification().deleteIntent != null;
Expand Down
2 changes: 1 addition & 1 deletion agentweb-filechooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'filechooser'
version = '4.0.0-beta'
version = '4.0.0'
description = 'very easy to build you web page'
website = "https://github.com/Justson/AgentWeb"

Expand Down
12 changes: 6 additions & 6 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ dependencies {
compile "com.android.support:design:${SUPPORT_LIB_VERSION}"
// compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
testCompile 'junit:junit:4.12'
compile project(':agentweb-core')
compile project(':agentweb-download')
compile project(':agentweb-filechooser')
// compile project(':agentweb-core')
// compile project(':agentweb-download')
// compile project(':agentweb-filechooser')

// compile 'com.just.agentweb:agentweb:4.0.0-beta'
// compile 'com.just.agentweb:download:4.0.0-beta'
// compile 'com.just.agentweb:filechooser:4.0.0-beta'
compile 'com.just.agentweb:agentweb:4.0.0'
compile 'com.just.agentweb:download:4.0.0'
compile 'com.just.agentweb:filechooser:4.0.0'

debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
Expand Down

0 comments on commit 62b7879

Please sign in to comment.