Skip to content

Commit 64201b0

Browse files
committed
git tag v0.0.6+2
1 parent afa68c7 commit 64201b0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.6+2
2+
3+
* jcenter
4+
15
## 0.0.6+1
26

37
* update

android/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ version '1.0'
44
buildscript {
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 {
1518
rootProject.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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_easylink
22
description: flutter_easylink for wifi smartconfig
3-
version: 0.0.6+1
3+
version: 0.0.6+2
44
homepage: https://github.com/OpenIoTHub
55

66
environment:

0 commit comments

Comments
 (0)