hxb
8 小时以前 362ad698a89e78f51085576dfcb5fba9a27bc374
countrypicker/build.gradle
@@ -2,6 +2,7 @@
android {
    compileSdkVersion 33
    namespace 'com.sahooz.library.countrypicker'  // 替换为你的包名
    defaultConfig {
        minSdkVersion 15
@@ -26,9 +27,9 @@
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
//    androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', {
//        exclude group: 'com.android.support', module: 'support-annotations'
//    })
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    testImplementation 'junit:junit:4.12'