Prepares release 2.26.1

This commit is contained in:
tom79 2019-11-30 17:40:02 +01:00
parent 31ecd340bc
commit d13e0f3508
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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