Removed overline text

This commit is contained in:
h4h13 2019-09-30 00:28:10 +05:30
parent a2c5996302
commit 2fb260a452
13 changed files with 68 additions and 68 deletions

View file

@ -100,7 +100,7 @@ static def getDate() {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':appthemehelper')
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.fragment:fragment:1.2.0-alpha04'
implementation 'androidx.appcompat:appcompat:1.1.0'
@ -157,6 +157,6 @@ dependencies {
implementation 'com.google.dagger:dagger:2.23.1'
kapt 'com.google.dagger:dagger-compiler:2.23.1'
implementation project(':appthemehelper')
}