Open sebkur opened 1 year ago
Because android has officially changed the min requirements. We are actually going to bump this again or we won't be able to run on latest devices.
You can still create your own manifest to build for lower.
On Fri, Nov 25, 2022, 05:44 Sebastian @.***> wrote:
I noticed that the minSdk was bumped from 15 to 26 in https://github.com/google/mobly-snippet-lib/pull/110/files In our use case, we'd like to run tests on lower-API devices, too. I took a look and didn't find a clear reason for the version bump. I'm able to build the project with minSdk 14 actually. Can you remember why this version bump was necessary?
— Reply to this email directly, view it on GitHub https://github.com/google/mobly-snippet-lib/issues/119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARDNZIG2COMPPTE6IZFG53WKCKCBANCNFSM6AAAAAASLGAL5Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>
But the offical requirements only concern the targetSdk, not the minSdk right?
I noticed that the minSdk was bumped from 15 to 26 in https://github.com/google/mobly-snippet-lib/pull/110/files In our use case, we'd like to run tests on lower-API devices, too. I took a look and didn't find a clear reason for the version bump. I'm able to build the project with minSdk 14 actually. Can you remember why this version bump was necessary?