ActivityWatch / aw-android

ActivityWatch for Android, using aw-server-rust as backend.
Mozilla Public License 2.0
165 stars 29 forks source link

InstrumentationRegistry is deprecated #82

Closed XY-quantum closed 1 year ago

XY-quantum commented 1 year ago

In the line 25 of ExampleInstrumentedTest.kt file, val appContext = InstrumentationRegistry.getTargetContext() should be replaced by val appContext = InstrumentationRegistry.getInstrumentation().getTargetContext() cause of the 'InstrumentationRegistry' is deprecated in Java, otherwise, the gradle cannot be built.

ErikBjare commented 1 year ago

Will be fixed by: #85 / #88