Fix drive mode, share story and font moved to lib.

This commit is contained in:
h4h13 2020-02-05 10:10:47 +05:30
parent 5754141b0e
commit 9d76cb165a
36 changed files with 233 additions and 157 deletions

View file

@ -26,6 +26,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':fonts')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha04'
implementation 'androidx.preference:preference:1.1.0'