File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.6+2
2+
3+ * jcenter
4+
15## 0.0.6+1
26
37* update
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ version '1.0'
44buildscript {
55 repositories {
66 google()
7- jcenter()
7+ // jcenter()
8+ // jcenter()
9+ maven { url ' http://maven.aliyun.com/nexus/content/groups/public/' }
10+ maven { url ' http://maven.aliyun.com/nexus/content/repositories/jcenter' }
811 }
912
1013 dependencies {
@@ -15,7 +18,10 @@ buildscript {
1518rootProject. allprojects {
1619 repositories {
1720 google()
18- jcenter()
21+ // jcenter()
22+ // jcenter()
23+ maven { url ' http://maven.aliyun.com/nexus/content/groups/public/' }
24+ maven { url ' http://maven.aliyun.com/nexus/content/repositories/jcenter' }
1925 }
2026}
2127
Original file line number Diff line number Diff line change 11name : flutter_easylink
22description : flutter_easylink for wifi smartconfig
3- version : 0.0.6+1
3+ version : 0.0.6+2
44homepage : https://github.com/OpenIoTHub
55
66environment :
You can’t perform that action at this time.
0 commit comments