Skip to content

Commit

Permalink
Update jetpack reference to androidx. (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpconanfan authored Aug 30, 2024
1 parent a9a149a commit 4dfbf7a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions mobly/base_instrumentation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ class _InstrumentationKnownStatusKeys:
.. code-block:: none
android.app.Instrumentation
android.support.test.internal.runner.listener.InstrumentationResultPrinter
TODO: Convert android.support.* to androidx.*,
(https://android-developers.googleblog.com/2018/05/hello-world-androidx.html).
androidx.test.internal.runner.listener.InstrumentationResultPrinter
"""

CLASS = 'class'
Expand Down Expand Up @@ -119,10 +116,7 @@ class _InstrumentationStatusCodes:
.. code-block:: none
android.support.test.internal.runner.listener.InstrumentationResultPrinter
TODO: Convert android.support.* to androidx.*,
(https://android-developers.googleblog.com/2018/05/hello-world-androidx.html).
androidx.test.internal.runner.listener.InstrumentationResultPrinter
"""

UNKNOWN = None
Expand Down

0 comments on commit 4dfbf7a

Please sign in to comment.