apply plugin: 'com.android.library' //apply plugin: 'com.github.dcendents.android-maven' group='com.github.crazyandcoder' android { compileSdk = 33 defaultConfig { minSdkVersion 21 targetSdk = 33 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.code.gson:gson:2.8.6' implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'com.github.promeg:tinypinyin:2.0.3' }