-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion_config.json
More file actions
23 lines (23 loc) · 1.33 KB
/
version_config.json
File metadata and controls
23 lines (23 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"latest_native_version": "1.1.3+12",
"min_supported_native_version": "1.0.0+1",
"release_page_url": "https://github.com/r4khul/unfilter/releases",
"apk_direct_download_url": "https://github.com/r4khul/unfilter/releases/latest/download/UnFilter_universal.apk",
"apk_per_abi_urls": {
"arm64-v8a": "https://github.com/r4khul/unfilter/releases/latest/download/UnFilter_arm64-v8a.apk",
"armeabi-v7a": "https://github.com/r4khul/unfilter/releases/latest/download/UnFilter_armeabi-v7a.apk",
"x86_64": "https://github.com/r4khul/unfilter/releases/latest/download/UnFilter_x86_64.apk"
},
"use_per_abi": true,
"release_notes": "v1.1.3+12: Added core localization infrastructure with English and Tamil support (base setup by @Alien501), Google Play badge to the README, and implemented fully automated Google Play Store deployment pipelines via Fastlane.",
"force_update": false,
"features": [
"Added core localization infrastructure with initial English and Tamil support (Creds @Alien501).",
"Added Google Play Store badge to README for quick app access.",
"Integrated Fastlane and GitHub Actions for continuous automated deployment to Google Play Store."
],
"fixes": [
"Fixed missing separators in version configuration fixes block.",
"Cleaned up formatting across configuration metadata components."
]
}