Skip to content

Commit

Permalink
Change file ext.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 21, 2023
1 parent eceffc2 commit 209994d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 164,
"versionName": "1.6.4",
"versionCode": 165,
"versionName": "1.6.5",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Website/src/activitys/ConfigureActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ConfigureActivity = () => {
const { context, extra } = useActivity<Extra>();

const config: string = React.useMemo(() => {
const file = new SuFile(`${settings.mod_tree}/${extra.moduleid}/system/usr/share/mmrl/config/${extra.moduleid}.js`);
const file = new SuFile(`${settings.mod_tree}/${extra.moduleid}/system/usr/share/mmrl/config/${extra.moduleid}.mdx`);

if (file.exist()) {
return file.read();
Expand Down

0 comments on commit 209994d

Please sign in to comment.