Feature/settings support custom extension repos (#539)

* [Codegen] Support custom extension repos

* [VersionMapping] Require server version "r1444" for preview
This commit is contained in:
schroda
2024-01-06 18:38:16 +01:00
committed by GitHub
parent b42c3103f1
commit 39b79c6ebe
12 changed files with 245 additions and 33 deletions

View File

@@ -29,6 +29,7 @@ export const UPDATE_EXTENSION = gql`
extension {
pkgName
apkName
repo
versionName
versionCode
isInstalled
@@ -46,6 +47,7 @@ export const UPDATE_EXTENSIONS = gql`
extensions {
pkgName
apkName
repo
versionName
versionCode
isInstalled