Prepares release 2.26.1
This commit is contained in:
parent
31ecd340bc
commit
d13e0f3508
|
@ -6,8 +6,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 340
|
versionCode 341
|
||||||
versionName "2.26.0"
|
versionName "2.26.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
renderscriptTargetApi 28 as int
|
renderscriptTargetApi 28 as int
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Added
|
Added
|
||||||
- Long press links to open a contextual menu (can unshorten URLs)
|
- Long press links to open a contextual menu (can unshorten URLs)
|
||||||
- Set a custom user agent
|
- Set a custom user agent
|
||||||
- Add trending
|
- Trending (can hidden in settings)
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
- Don't reload tabs each time and make the app faster
|
- Don't reload tabs each time and make the app faster
|
||||||
|
|
Loading…
Reference in New Issue