Removed unsed libs
This commit is contained in:
parent
570a235836
commit
70dda1e85f
10 changed files with 31 additions and 37 deletions
|
@ -44,12 +44,6 @@ class App : MultiDexApplication() {
|
|||
if (VersionUtils.hasNougatMR())
|
||||
DynamicShortcutManager(this).initDynamicShortcuts()
|
||||
|
||||
|
||||
CalligraphyConfig.initDefault(CalligraphyConfig.Builder()
|
||||
.setDefaultFont(R.font.circular_std_book)
|
||||
.build()
|
||||
)
|
||||
|
||||
// automatically restores purchases
|
||||
billingProcessor = BillingProcessor(this, BuildConfig.GOOGLE_PLAY_LICENSING_KEY,
|
||||
object : BillingProcessor.IBillingHandler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue