10 lines
109 B
Text
10 lines
109 B
Text
|
|
plugins {
|
||
|
|
id("com.android.library")
|
||
|
|
}
|
||
|
|
|
||
|
|
setupCommon()
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "com.topjohnwu.shared"
|
||
|
|
}
|