The crash on API 16 was caused by a bug in older support library version when using Kotlin.
The crash on API 26 was caused by not declaring the app: namespace font thingies in the font-v26 folder; the support libraries crashed if the android: namespace was used without duplicated app: lines (see docs).
Closes #10
The crash on API 16 was caused by a bug in older support library version when using Kotlin.
The crash on API 26 was caused by not declaring the
app:
namespace font thingies in thefont-v26
folder; the support libraries crashed if theandroid:
namespace was used without duplicatedapp:
lines (see docs).