Removed font

Circular font is paid can't use it free
This commit is contained in:
Hemanth S 2020-05-14 20:17:36 +05:30
parent 4960e08fe9
commit b507ef21d0
27 changed files with 33 additions and 307 deletions

View file

@ -62,16 +62,6 @@ android {
versionName defaultConfig.versionName + "_" + getDate()
dimension "default"
}
font {
versionCode defaultConfig.versionCode + 10000
versionName defaultConfig.versionName + "_" + getDate()
dimension "default"
}
nofont {
versionCode defaultConfig.versionCode + 10000
versionName defaultConfig.versionName + "_" + getDate()
dimension "default"
}
}
packagingOptions {
@ -123,7 +113,6 @@ static def getDate() {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':appthemehelper')
implementation project(':fonts')
implementation 'androidx.multidex:multidex:2.0.1'
implementation "androidx.gridlayout:gridlayout:1.0.0"