tjarvstrand / flutter_timezone

A fork of https://github.com/pinkfish/flutter_native_timezone
Apache License 2.0
42 stars 29 forks source link

migarate to AndroidX #6

Closed asaarnak closed 1 year ago

tjarvstrand commented 1 year ago

Hi @asaarnak, sorry for the late response. I thought I was watching this repo but apparently not.

Am I correct in assuming that this should only affect how tests are run?

asaarnak commented 1 year ago

I think so, haven't written android tests

asaarnak commented 1 year ago

@tjarvstrand https://developer.android.com/training/testing/instrumented-tests/androidx-test-libraries/runner

The AndroidJUnitRunner class is a JUnit test runner that lets you run instrumented JUnit 4 tests on Android devices, including those using the Espresso, UI Automator, and Compose testing frameworks.

asaarnak commented 1 year ago

@tjarvstrand We have been using this with fork now for some time with no issues.

tjarvstrand commented 1 year ago

Thanks! Sorry for the delay