Skip to content

Commit 2401f53

Browse files
committed
ChromeXt v3.7
1 parent c0a80f1 commit 2401f53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }

app/src/main/assets/GM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)