caarmen / poet-assistant

Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Other
82 stars 11 forks source link

Update dependencies #170

Closed caarmen closed 4 years ago

caarmen commented 4 years ago

Update agp: 3.4.0 -> 3.4.2

Update libraries:

tools:
ben-manes: 0.21.0 -> 0.22.0

app:
kotlin: 1.3.30 -> 1.3.41
kotlin coroutines: 1.2.0 +> 1.2.2
room: 2.0.0 -> 2.1.0
dqgger: 2.22.1 -> 2.24

tests:
jacoco: 0.8.3 -> 0.8.4
roboctric: 4.2.1 -> 4.3
androidx test runner/rules: 1.1.1 -> 1.2.0
androidx test core: 1.1.0 -> 1.2.0
androidx junit: 1.1.0 -> 1.1.1
espresso: 3.1.1 -> 3.2.0

Update gradle: 5.4 -> 5.5.1

Workaround a failing test by forcing sdk 27: If we use sdk 28 (or don't specify any sdk), 'SettingsActivityTest.testSystemSettings()' fails with the below exception. It passes on sdk 27. Will investigate the root cause later.