Fix toolbar buttons not showing up after sign-in on lower API levels

This commit is contained in:
Torsten Grote
2021-02-22 17:47:58 -03:00
parent a6c2000d81
commit 2480824d69
7 changed files with 37 additions and 67 deletions

View File

@@ -95,6 +95,7 @@ dependencies {
implementation project(path: ':bramble-core', configuration: 'default')
implementation project(':bramble-android')
implementation 'androidx.fragment:fragment:1.3.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.exifinterface:exifinterface:1.3.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'