Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChoiceSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

}
}
Expand Down
2 changes: 1 addition & 1 deletion ChoiceSDK/choicesdk-analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}


Expand Down
2 changes: 1 addition & 1 deletion ChoiceSDK/choicesdk-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ChoiceSDK/choicesdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

Expand All @@ -68,4 +68,4 @@ dokkaHtml {
sourceRoots.from(file("src"))
}
}
}
}
4 changes: 2 additions & 2 deletions ChoiceSDK/choicesdk-location/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -77,4 +77,4 @@ dokkaHtml {
sourceRoots.from(file("src"))
}
}
}
}
4 changes: 2 additions & 2 deletions ChoiceSDK/choicesdk-maps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -81,4 +81,4 @@ dokkaHtml {
sourceRoots.from(file("src"))
}
}
}
}
4 changes: 2 additions & 2 deletions ChoiceSDK/choicesdk-messaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -82,4 +82,4 @@ dokkaHtml {
sourceRoots.from(file("src"))
}
}
}
}
4 changes: 2 additions & 2 deletions ChoiceSDK/choicesdk-signin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -77,4 +77,4 @@ dokkaHtml {
sourceRoots.from(file("src"))
}
}
}
}