Skip to content

Commit

Permalink
Dependency version was updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozel1903 committed Jun 12, 2022
1 parent b94367d commit 719162a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

// Huawei Dependencies
huaweiImplementation 'com.huawei.agconnect:agconnect-core:1.5.0.300'
huaweiImplementation 'com.huawei.hms:maps:6.2.1.300'
huaweiImplementation 'com.huawei.agconnect:agconnect-core:1.6.5.300'
huaweiImplementation 'com.huawei.hms:maps:6.5.0.301'
huaweiImplementation 'com.huawei.hms:push:6.1.0.300'

// Google Dependencies
Expand Down

0 comments on commit 719162a

Please sign in to comment.