mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
fix: fix typo in AndroidConfig docstring (#12003)
This commit is contained in:
parent
c8700656be
commit
ed118da266
@ -3421,7 +3421,7 @@
|
||||
"additionalProperties": false
|
||||
},
|
||||
"AndroidConfig": {
|
||||
"description": "General configuration for the iOS target.",
|
||||
"description": "General configuration for the Android target.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"minSdkVersion": {
|
||||
|
||||
@ -3421,7 +3421,7 @@
|
||||
"additionalProperties": false
|
||||
},
|
||||
"AndroidConfig": {
|
||||
"description": "General configuration for the iOS target.",
|
||||
"description": "General configuration for the Android target.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"minSdkVersion": {
|
||||
|
||||
@ -2491,7 +2491,7 @@ impl Default for IosConfig {
|
||||
}
|
||||
}
|
||||
|
||||
/// General configuration for the iOS target.
|
||||
/// General configuration for the Android target.
|
||||
#[skip_serializing_none]
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
|
||||
#[cfg_attr(feature = "schema", derive(JsonSchema))]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user