mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 04:07:57 -06:00
Update generated settings, added correct signing config
This commit is contained in:
@@ -70,7 +70,7 @@ android {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ ApplicationSettingsState _$ApplicationSettingsStateFromJson(
|
|||||||
ViewType.list,
|
ViewType.list,
|
||||||
preferredColorSchemeOption: $enumDecodeNullable(
|
preferredColorSchemeOption: $enumDecodeNullable(
|
||||||
_$ColorSchemeOptionEnumMap, json['preferredColorSchemeOption']) ??
|
_$ColorSchemeOptionEnumMap, json['preferredColorSchemeOption']) ??
|
||||||
ColorSchemeOption.dynamic,
|
ColorSchemeOption.classic,
|
||||||
);
|
);
|
||||||
|
|
||||||
Map<String, dynamic> _$ApplicationSettingsStateToJson(
|
Map<String, dynamic> _$ApplicationSettingsStateToJson(
|
||||||
|
|||||||
Reference in New Issue
Block a user