Compare commits

..

No commits in common. "v1.24.1-dev.1" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class _IntAndStringPatchOptionState extends State<IntAndStringPatchOption> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
TextFieldForPatchOption(
value: value.toString(),
value: value,
patchOption: widget.patchOption,
selectedKey: getKey(),
onChanged: (value) {

View File

@ -4,7 +4,7 @@ homepage: https://revanced.app
publish_to: 'none'
version: 1.24.1-dev.1+101800056
version: 1.24.0+101800055
environment:
sdk: '>=3.7.0'