1
0
Fork 0

Switched to Vencord fork

This commit is contained in:
nin0dev 2024-03-26 07:21:29 -04:00
parent 62de780379
commit 4ef866f860

View file

@ -1,5 +1,5 @@
package com.nin0dev.vendroid
object Constants {
const val JS_BUNDLE_URL = "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.js"
const val JS_BUNDLE_URL = "https://github.com/VendroidEnhanced/Vencord/releases/latest/download/mobile.js"
}