wjc
3 天以前 1c91b62ea573082581e72fd433d02e3dc52dbf51
countrypicker/build.gradle
@@ -1,11 +1,12 @@
apply plugin: 'com.android.library'
android {
    compileSdkVersion 30
    namespace 'com.sahooz.library.countrypicker'
    compileSdkVersion 33
    defaultConfig {
        minSdkVersion 15
        targetSdkVersion 30
        targetSdkVersion 33
        versionCode 300
        versionName "3.0.0"
@@ -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'