Skip to content

Commit

Permalink
release v6.0.2-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiiq committed Dec 29, 2020
1 parent a2b3629 commit e0f7318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
12/29/2020 Li Fenxiang <[email protected]>

Release-v6.0.2-hotfix Main changes:

- Synchronized with using the latest native SDK v6.0.2-hotfix

12/16/2020 Li Fenxiang <[email protected]>

Release-v6.0.1 Main changes:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "6.0.1"
versionName "6.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down Expand Up @@ -69,7 +69,7 @@ publish {
userOrg = 'elastos'
groupId = 'org.elastos'
artifactId = 'carrier'
publishVersion = '6.0.1'
publishVersion = '6.0.2'
desc = 'Elastos Carrier SDK'
repoName = 'Elastos.NET.Carrier.Android.SDK'
website = 'https://github.com/elastos/Elastos.NET.Carrier.Android.SDK'
Expand Down

0 comments on commit e0f7318

Please sign in to comment.