Results 10 issues of Kurt Huwig

The problem was that instead of "10GB" you have to write "10G" oder "10GiB".

With 4.2.0 of the plugin the google-services.json was also searched in subdirectories flavor/build-type when the flavor starts with a capital letter. With 4.3.2 it is only searched in the lower-cased...

google-services

The old code checked if key and text are identical, which made no sense as there is no such limitation. On the other hand it allowed keys like "test-key" which...

Only the well defined keys are accepted. This helps if there is noise in the line that generates invalid data.

tetherback v0.9.1 Found ADB version 1.0.41 Using default transfer method: adb exec-out pipe (--exec-out) Device reports kernel 4.9.112-perf+ Device reports TWRP version 3.3.1-0 Reading partition map for mmcblk0 (62 partitions)......

Tesla Model 3 LR AWD reports a voltage if 0 when not plugged in, so it is not an invalid value.

Previously the value was ignored and 1024 seconds used. Now the value of a_maximum_sleep is used instead.

### Is your feature request related to a problem? Please describe. While I see the reason behind this change, I still see a valid reason to keep the `create` function:...

enhancement

When I configure .setPageLimit(5) I can still take more than 5 pictures. **To Reproduce** use these options to create the document scanner: val options = GmsDocumentScannerOptions.Builder() .setGalleryImportAllowed(true) .setResultFormats(GmsDocumentScannerOptions.RESULT_FORMAT_JPEG) .setPageLimit(5) .setScannerMode(GmsDocumentScannerOptions.SCANNER_MODE_BASE)...