wjc
2 天以前 1c91b62ea573082581e72fd433d02e3dc52dbf51
countrypicker/build.gradle
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
android {
    namespace 'com.sahooz.library.countrypicker'
    compileSdkVersion 33
    defaultConfig {
@@ -26,7 +27,7 @@
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', {
    androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    implementation 'androidx.appcompat:appcompat:1.2.0'