plugins { id 'com.android.library' } android { compileSdkVersion 29 buildToolsVersion "29.0.3" ndkVersion "21.1.6352462" defaultConfig { minSdkVersion 16 targetSdkVersion 29 versionCode 1 versionName "1.0" } }