Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGress committed Apr 29, 2024
1 parent 9642b4b commit ab13524
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 88 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ npm-debug.log.*
*.scss.d.ts
.env
package-lock.json
.vscode
.idea
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

31 changes: 0 additions & 31 deletions .vscode/launch.json

This file was deleted.

23 changes: 0 additions & 23 deletions .vscode/settings.json

This file was deleted.

25 changes: 0 additions & 25 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-toolkit",
"version": "1.5.21",
"version": "1.5.22",
"description": "Universal app with gui for simple adb connection",
"main": "./dist/main/main.js",
"author": {
Expand Down
3 changes: 2 additions & 1 deletion src/main/api/ipcHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export const routeHandler = () => {
break;

case 'revanced-youtube':
console.log('install revanced');
console.log('install revanced youtube');
// console.log('url', REVANCED_YOUTUBE_URL);

downloadFile(MICRO_G_URL, path.join(APK_PATH, 'microg.apk')).then(async () => {
await execPromise(`${ADB_PATH}adb install -r -d "${APK_PATH}microg.apk"`);
Expand Down
8 changes: 4 additions & 4 deletions src/main/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ export const REVANCED_TIKTOK_URL = 'https://github.com/revanced-apks/build-apps/

export const REVANCED_YTMUSIC_URL = 'https://github.com/revanced-apks/build-apps/releases/download/147/music-revanced-v6.10.51-arm64-v8a.apk';

export const YOUTUBE_URL = 'https://d.apkpure.com/b/APK/com.google.android.youtube?versionCode=1538252224';
export const YOUTUBE_URL = 'https://d.apkpure.com/b/APK/com.google.android.youtube?versionCode=1545084352';

export const LAUNCHER_MANAGER_URL = 'https://forum.xda-developers.com/attachments/lm-fos-1-1-8-apk.5862251/';

export const WOLF_LAUNCHER_URL = 'https://www.techdoctoruk.com/?sdm_process_download=1&download_id=4471';

export const MICRO_G_URL ='https://github.com/inotia00/VancedMicroG/releases/download/v0.2.27.230755/microg.apk';
export const MICRO_G_URL ='https://github.com/ReVanced/GmsCore/releases/download/v0.3.1.4.240913/app.revanced.android.gms-240913008-signed.apk';

const BUFF = Buffer.from('aHR0cHM6Ly9kcml2ZS5nb29nbGUuY29tL3VjP2lkPTFBYWFpVXhWc2pIVmZ4d2V2dk1MOUZRekpzZmtOdjBLYSZleHBvcnQ9ZG93bmxvYWQmY29uZmlybT10', 'base64');
const BUFF = Buffer.from('aHR0cHM6Ly9kcml2ZS51c2VyY29udGVudC5nb29nbGUuY29tL2Rvd25sb2FkP2lkPTE5U0dZYXVSa2FBSHZlc1J5VGFNUEhHeWpRQU5jWVdWZSZleHBvcnQ9ZG93bmxvYWQmY29uZmlybT15ZXM=', 'base64');

export const REVANCED_MANAGER_URL = 'https://github.com/revanced/revanced-manager/releases/download/v1.4.0/revanced-manager-v1.4.0.apk';
export const REVANCED_MANAGER_URL = 'https://github.com/ReVanced/revanced-manager/releases/download/v1.20.1/revanced-manager-v1.20.1.apk';

export const REVANCED_YOUTUBE_URL = BUFF.toString('ascii');

Expand Down

0 comments on commit ab13524

Please sign in to comment.