From 3fa10fc7f750cfce494ebb1523c19056bb2aa2c7 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期三, 22 五月 2024 11:47:05 +0800
Subject: [PATCH] 增加上阿里云下拉库账号
---
third-zxing/build.gradle | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/third-zxing/build.gradle b/third-zxing/build.gradle
index fd81dd7..2961ed2 100644
--- a/third-zxing/build.gradle
+++ b/third-zxing/build.gradle
@@ -39,7 +39,7 @@
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
- implementation 'com.android.support:support-annotations:28.0.0'
+ api 'com.android.support:support-annotations:28.0.0'
// api 'com.android.support:appcompat-v7:28.0.0'
- implementation 'androidx.appcompat:appcompat:1.3.0'
+ api 'androidx.appcompat:appcompat:1.3.0'
}
--
Gitblit v1.8.0