Skip to content

Commit

Permalink
v2.17.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 8, 2024
1 parent 2adc27b commit 8488607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="29" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29"
tools:ignore="ScopedStorage" />
<uses-permission
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
<uses-permission-sdk-23 android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.WAKE_LOCK" />


Expand Down
4 changes: 2 additions & 2 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"application_id": "com.dergoogler.mmrl",
"min_sdk": 26,
"target_sdk": 34,
"version_name": "2.16.14",
"version_code": 21614,
"version_name": "2.17.15",
"version_code": 21715,
"verified_hosts": [
["mmrl", "i"],
["localhost", "i"],
Expand Down
2 changes: 1 addition & 1 deletion Website/src/hooks/useModFS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const useModFS = () => {
};

export const ModFSProvider = (props: React.PropsWithChildren) => {
const [modFS, setModFS] = useNativeFileStorage("/data/adb/mmrl/modfs.v8.json", INITIAL_MOD_CONF, { loader: "json" });
const [modFS, setModFS] = useNativeFileStorage("/data/adb/mmrl/modfs.v9.json", INITIAL_MOD_CONF, { loader: "json" });

const contextValue = React.useMemo(
() => ({
Expand Down

0 comments on commit 8488607

Please sign in to comment.