From 16a87d7747756b5d5148e715806cb760e3997a85 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 15 四月 2026 10:54:20 +0800
Subject: [PATCH] 2026年04月15日10:54:03

---
 countrypicker/build.gradle |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/countrypicker/build.gradle b/countrypicker/build.gradle
index b9c3af2..d7fb20d 100644
--- a/countrypicker/build.gradle
+++ b/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'

--
Gitblit v1.8.0