From 362ad698a89e78f51085576dfcb5fba9a27bc374 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 十二月 2025 18:31:51 +0800
Subject: [PATCH] test

---
 countrypicker/build.gradle |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/countrypicker/build.gradle b/countrypicker/build.gradle
index 31e9713..a05bde3 100644
--- a/countrypicker/build.gradle
+++ b/countrypicker/build.gradle
@@ -1,11 +1,12 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 30
+    compileSdkVersion 33
+    namespace 'com.sahooz.library.countrypicker'  // 鏇挎崲涓轰綘鐨勫寘鍚�
 
     defaultConfig {
         minSdkVersion 15
-        targetSdkVersion 30
+        targetSdkVersion 33
         versionCode 300
         versionName "3.0.0"
 
@@ -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'

--
Gitblit v1.8.0