File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId = " org.matrix.chromext"
1313 minSdk = 21
1414 targetSdk = 34
15- versionCode = 12
16- versionName = " 3.6 .0"
15+ versionCode = 13
16+ versionName = " 3.7 .0"
1717 }
1818
1919 buildFeatures { buildConfig = true }
Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ GM.bootstrap = () => {
743743 }
744744
745745 GM_info . scriptHandler = "ChromeXt" ;
746- GM_info . version = "3.6 .0" ;
746+ GM_info . version = "3.7 .0" ;
747747 Object . freeze ( GM_info ) ;
748748 ChromeXt . scripts . push ( GM_info ) ;
749749 if ( typeof GM_xmlhttpRequest == "function" )
Original file line number Diff line number Diff line change 11<resources >
22 <string name =" app_name" >ChromeXt</string >
33 <string name =" view_in_chrome" >Open in Chrome</string >
4- <string name =" xposed_desc" >Add Userscript support for chrome through LSPosed </string >
4+ <string name =" xposed_desc" >UserScript and DevTools supports for Chromium based and WebView based browsers </string >
55 <string name =" main_menu_extension" >Extensions</string >
66 <string name =" main_menu_install_script" >Install UserScript</string >
77 <string name =" main_menu_developer_tools" >Developer tools</string >
You can’t perform that action at this time.
0 commit comments