From bae3e5a12add20433f87e60f7d983805d963bbc5 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:15:12 +0200 Subject: [PATCH 1/8] Update build.gradle Use the latest Huawei HMS SDK location --- ChoiceSDK/choicesdk-location/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChoiceSDK/choicesdk-location/build.gradle b/ChoiceSDK/choicesdk-location/build.gradle index c5aebc1..dc3e98b 100644 --- a/ChoiceSDK/choicesdk-location/build.gradle +++ b/ChoiceSDK/choicesdk-location/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'com.google.android.gms:play-services-location:18.0.0' // HMS - implementation 'com.huawei.hms:location:5.1.0.303' + implementation 'com.huawei.hms:location:6.4.0.300' } dokkaHtml { @@ -77,4 +77,4 @@ dokkaHtml { sourceRoots.from(file("src")) } } -} \ No newline at end of file +} From 634b08a9ce7a9902d19afe3e43f150cd3488df52 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:19:08 +0200 Subject: [PATCH 2/8] Update build.gradle Use the latest Huawei HSM SDK --- ChoiceSDK/choicesdk-messaging/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChoiceSDK/choicesdk-messaging/build.gradle b/ChoiceSDK/choicesdk-messaging/build.gradle index 2ad0a71..0d7e137 100644 --- a/ChoiceSDK/choicesdk-messaging/build.gradle +++ b/ChoiceSDK/choicesdk-messaging/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging-ktx' // HMS - implementation 'com.huawei.hms:push:5.3.0.301' + implementation 'com.huawei.hms:push:6.5.0.300' } dokkaHtml { @@ -82,4 +82,4 @@ dokkaHtml { sourceRoots.from(file("src")) } } -} \ No newline at end of file +} From 1b27d49179e4bfcdd27281ffdaa921af420a281f Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:20:44 +0200 Subject: [PATCH 3/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/choicesdk-analytics/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChoiceSDK/choicesdk-analytics/build.gradle b/ChoiceSDK/choicesdk-analytics/build.gradle index c201662..89cb0b9 100644 --- a/ChoiceSDK/choicesdk-analytics/build.gradle +++ b/ChoiceSDK/choicesdk-analytics/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.google.firebase:firebase-analytics-ktx' // HMS - implementation 'com.huawei.hms:hianalytics:6.0.0.300' + implementation 'com.huawei.hms:hianalytics:6.5.0.300' } From 87d3409fe15e9ca3c03881763b5330f179b9b184 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:21:59 +0200 Subject: [PATCH 4/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/choicesdk-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChoiceSDK/choicesdk-app/build.gradle b/ChoiceSDK/choicesdk-app/build.gradle index 3cd38ff..c2d4b76 100644 --- a/ChoiceSDK/choicesdk-app/build.gradle +++ b/ChoiceSDK/choicesdk-app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation project(":choicesdk-signin") // for HMS map clustering - implementation 'com.huawei.hms:maps:5.3.0.300' + implementation 'com.huawei.hms:maps:6.5.0.301' // Coroutines implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" From 863ba76a0bfa43226884131aba9fce17a08357bb Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:22:45 +0200 Subject: [PATCH 5/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/choicesdk-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChoiceSDK/choicesdk-core/build.gradle b/ChoiceSDK/choicesdk-core/build.gradle index bec63ad..dd9f934 100644 --- a/ChoiceSDK/choicesdk-core/build.gradle +++ b/ChoiceSDK/choicesdk-core/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'com.google.android.gms:play-services-base:17.6.0' // HMS - implementation "com.huawei.hms:base:5.3.0.301" + implementation "com.huawei.hms:base:6.4.0.303" } @@ -68,4 +68,4 @@ dokkaHtml { sourceRoots.from(file("src")) } } -} \ No newline at end of file +} From 00ec98bda23122b8e0d369bf6a16d06b74e59706 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:24:06 +0200 Subject: [PATCH 6/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/choicesdk-maps/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChoiceSDK/choicesdk-maps/build.gradle b/ChoiceSDK/choicesdk-maps/build.gradle index 95dc0f6..5bdbd75 100644 --- a/ChoiceSDK/choicesdk-maps/build.gradle +++ b/ChoiceSDK/choicesdk-maps/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'com.google.maps.android:android-maps-utils:0.5' // HMS - implementation 'com.huawei.hms:maps:5.3.0.300' + implementation 'com.huawei.hms:maps:6.5.0.301' implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1" } @@ -81,4 +81,4 @@ dokkaHtml { sourceRoots.from(file("src")) } } -} \ No newline at end of file +} From c80c6e8c4b7c73c3b6f7149843ac527f3bdeb045 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:25:41 +0200 Subject: [PATCH 7/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/choicesdk-signin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChoiceSDK/choicesdk-signin/build.gradle b/ChoiceSDK/choicesdk-signin/build.gradle index 999d703..6033f96 100644 --- a/ChoiceSDK/choicesdk-signin/build.gradle +++ b/ChoiceSDK/choicesdk-signin/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'com.google.android.gms:play-services-auth:19.2.0' // HMS - implementation 'com.huawei.hms:hwid:5.3.0.302' // account kit + implementation 'com.huawei.hms:hwid:6.4.0.301' // account kit } dokkaHtml { @@ -77,4 +77,4 @@ dokkaHtml { sourceRoots.from(file("src")) } } -} \ No newline at end of file +} From 8f14518051b79cc125b4134d1834069b169d9ba7 Mon Sep 17 00:00:00 2001 From: earfire33 <37905030+earfire33@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:28:27 +0200 Subject: [PATCH 8/8] Update build.gradle Use the latest Huawei HMS SDK --- ChoiceSDK/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChoiceSDK/build.gradle b/ChoiceSDK/build.gradle index f0f7478..429d07f 100644 --- a/ChoiceSDK/build.gradle +++ b/ChoiceSDK/build.gradle @@ -41,7 +41,7 @@ buildscript { classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1' // HMS - classpath 'com.huawei.agconnect:agcp:1.5.2.300' + classpath 'com.huawei.agconnect:agcp:1.6.0.300' } }