fix: stable渠道manifest文件名修复 manifest.json→manifest-stable.json
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -106,7 +106,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
return when (channel) {
|
return when (channel) {
|
||||||
"beta" -> "$base/manifest-beta.json"
|
"beta" -> "$base/manifest-beta.json"
|
||||||
"nightly" -> "$base/manifest-nightly.json"
|
"nightly" -> "$base/manifest-nightly.json"
|
||||||
else -> "$base/manifest.json"
|
else -> "$base/manifest-stable.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user