google / mobly-snippet-lib

Mobly Snippet Lib is a library for triggering device-side code from host-side Mobly tests.
Apache License 2.0
40 stars 22 forks source link

Why is minSdk 26, I can compile this with 14? #119

Open sebkur opened 1 year ago

sebkur commented 1 year ago

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?

xpconanfan commented 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: @.***>

sebkur commented 1 year ago

But the offical requirements only concern the targetSdk, not the minSdk right?