-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 648 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "2.3.4",
"sqlite": {
"version": "3.53.1",
"android": {
"check-in": "fc6c086470"
},
"sources": {
"official": {
"url": "https://sqlite.org/2026/"
},
"github": {
"url": "https://github.com/sqlite/sqlite/archive/refs/tags/"
},
"android": {
"url": "https://www.sqlite.org/android/zip/{SQLITE_ANDROID_CHECK_IN}/"
}
}
},
"icu": {
"version": "78.3",
"sources": {
"official": {
"url": "https://github.com/unicode-org/icu/releases/download/release-{ICU_VERSION}/icu4c-{ICU_VERSION}-{PLATFORM}-MSVC2022.zip"
}
}
}
}