From ddc4ee25f8e4fd5a13f010488b6a11a501cca96a Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 12 三月 2026 18:08:04 +0800
Subject: [PATCH] 2026年03月12日18:07:47 蓝牙配网开发中
---
countrypicker/build.gradle | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/countrypicker/build.gradle b/countrypicker/build.gradle
index 31e9713..d7fb20d 100644
--- a/countrypicker/build.gradle
+++ b/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'
--
Gitblit v1.8.0