* add countries flags add flags & simplify/sizing add flagkit * add flags to Extensions Filter * add flags to Sources & Extensions screen * show language flag in Library
12 lines
173 B
Text
12 lines
173 B
Text
plugins {
|
|
id("mihon.library")
|
|
kotlin("android")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.murgupluoglu.flagkit"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.common)
|
|
}
|