From d255507e6686779f1a0e33d03d8e28094ecdead9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 17 九月 2021 15:45:33 +0800
Subject: [PATCH] 0312 增加qkbt4渠道,优化code和key为各版本管理 修改了qkbt3和qkbt4

---
 SdkProject/library/build.gradle |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/SdkProject/library/build.gradle b/SdkProject/library/build.gradle
index 8e2b7bb..0fc6fa5 100644
--- a/SdkProject/library/build.gradle
+++ b/SdkProject/library/build.gradle
@@ -180,9 +180,14 @@
 }
 
 dependencies {
-    implementation 'androidx.annotation:annotation:1.1.0'
+    implementation 'com.android.support:support-annotations:28.0.0'
     testImplementation 'junit:junit:4.13.2'
 
+    //noinspection GradleCompatible
+//    implementation 'com.android.support:appcompat-v7:28.0.0'
+
+//    implementation 'com.github.pqpo:Log4a:1.4.2@aar'
+
     implementation fileTree(dir: "../channel/${CHANNEL_NAME}/libs/", include: ['*.jar'])
     plugins.each {
         implementation fileTree(dir: "${rootPath}/plugins/${it}/libs/", include: ['*.jar'])

--
Gitblit v1.8.0