plugins { id 'com.android.library' } android { namespace 'com.fongmi.hook' compileSdk 34 defaultConfig { minSdk 21 targetSdk 28 } }