14 lines
170 B
Groovy
14 lines
170 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
namespace 'com.fongmi.hook'
|
|
|
|
compileSdk 35
|
|
|
|
defaultConfig {
|
|
minSdk 21
|
|
targetSdk 28
|
|
}
|
|
} |