plugins { id 'com.android.library' } android { namespace 'com.fongmi.hook' compileSdk { version = release(36) } defaultConfig { minSdk 24 targetSdk 36 } }