Skip to content

Commit

Permalink
更新版本和README
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Nov 30, 2019
1 parent 9d0ed7f commit 32b9ae0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,12 @@
- [goweii/AnyLayer](https://github.com/goweii/AnyLayer)
- [goweii/AnyDialog](https://github.com/goweii/AnyDialog)
- [goweii/RevealLayout](https://github.com/goweii/RevealLayout)
- [goweii/AnyView](https://github.com/goweii/AnyView)
- [goweii/PercentImageView](https://github.com/goweii/PercentImageView)
- [goweii/Blurred](https://github.com/goweii/Blurred)
- [goweii/AnyPermission](https://github.com/goweii/AnyPermission)
- [goweii/KeyboardCompat](https://github.com/goweii/KeyboardCompat)
- [JakeWharton/butterknife](https://github.com/JakeWharton/butterknife)
- [greenrobot/EventBus](https://github.com/greenrobot/EventBus)
- [Justson/AgentWeb](https://github.com/Justson/AgentWeb)
- [google/gson](https://github.com/google/gson)
- [franmontiel/PersistentCookieJar](https://github.com/franmontiel/PersistentCookieJar)
- [bumptech/glide](https://github.com/bumptech/glide)
Expand All @@ -74,7 +72,6 @@
- [vinc3m1/RoundedImageView](https://github.com/vinc3m1/RoundedImageView)
- [hdodenhof/CircleImageView](https://github.com/hdodenhof/CircleImageView)
- [hackware1993/MagicIndicator](https://github.com/hackware1993/MagicIndicator)
- [chrisbanes/PhotoView](https://github.com/chrisbanes/PhotoView)
- [zhanghai/MaterialProgressBar](https://github.com/zhanghai/MaterialProgressBar)
- [google/flexbox-layout](https://github.com/google/flexbox-layout)
- [youth5201314/banner](https://github.com/youth5201314/banner)
Expand All @@ -87,6 +84,11 @@

# 更新日志

## 1.3.0(31)

- 【优化】暗黑模式配色
- 【优化】更换腾讯X5内核

## 1.2.7(30)

- 【优化】优化网页菜单,复制链接和浏览器打开移至地址栏快捷菜单
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class SettingUtils {
private boolean mHideOpen = false;
private boolean mWebSwipeBackEdge = true;
private int mRvAnim = RvAnimUtils.RvAnim.NONE;
private int mUrlInterceptType = HostInterceptUtils.TYPE_ONLY_WHITE;
private int mUrlInterceptType = HostInterceptUtils.TYPE_NOTHING;
private final List<HostEntity> mHostWhite = new ArrayList<>();
private final List<HostEntity> mHostBlack = new ArrayList<>();
private int mSearchHistoryMaxCount = 20;
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
minSdkVersion : 19,
targetSdkVersion : 28,
buildToolsVersion: "28.0.3",
versionCode : 30,
versionName : "1.2.7",
versionCode : 31,
versionName : "1.3.0",
]

compileOptions = [
Expand Down

0 comments on commit 32b9ae0

Please sign in to comment.