From 7e2df20ccc7cdfb528d309369460a4f3d66afdf1 Mon Sep 17 00:00:00 2001
From: liuxue <q3213421wrwqr>
Date: 星期四, 29 七月 2021 17:51:09 +0800
Subject: [PATCH] 0000 增加bt3 quick android 和 ios 的 SDK

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

diff --git a/SdkProject/build.gradle b/SdkProject/build.gradle
index c8d7712..9a6f965 100644
--- a/SdkProject/build.gradle
+++ b/SdkProject/build.gradle
@@ -3,12 +3,12 @@
     repositories {
         google()
         jcenter()
+        maven { url 'https://jitpack.io' }
     }
     dependencies {
-        classpath "com.android.tools.build:gradle:4.1.0"
-
+        classpath "com.android.tools.build:gradle:4.1.1"
         // NOTE: Do not place your application dependencies here; they belong
-        // in the individual module build.gradle files
+        // in the individual module deps.gradle files
     }
 }
 
@@ -16,6 +16,7 @@
     repositories {
         google()
         jcenter()
+        maven { url 'https://jitpack.io' }
     }
 }
 

--
Gitblit v1.8.0