Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Jan 15, 2018
1 parent 3f7669d commit 2b396cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publish {
userOrg = 'just'
groupId = 'com.just.agentweb'
artifactId = 'agentweb'
version = '3.1.0-beta'
version = '3.1.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 @@ -20,7 +20,7 @@ public class WebDefaultSettingsManager implements AgentWebSettings, WebListenerM
private static final String TAG = WebDefaultSettingsManager.class.getSimpleName();
public static final String USERAGENT_UC=" UCBrowser/11.6.4.950 ";
public static final String USERAGENT_QQ_BROWSER=" MQQBrowser/8.0 ";
public static final String USERAGENT_AGENTWEB=" agentweb/3.1.0-beta ";
public static final String USERAGENT_AGENTWEB=" agentweb/3.1.0 ";

public static WebDefaultSettingsManager getInstance() {
return new WebDefaultSettingsManager();
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ 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(':library')
// compile 'com.just.agentweb:agentweb:3.1.0-alpha'
// compile project(':library')
compile 'com.just.agentweb:agentweb:3.1.0'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
Expand Down

0 comments on commit 2b396cd

Please sign in to comment.