Skip to content

Commit

Permalink
Dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozel1903 committed Nov 27, 2022
1 parent 13d7eac commit da6d171
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ android {
}

dependencies {
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.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

// Huawei Dependencies
Expand All @@ -85,5 +85,4 @@ dependencies {
googleImplementation platform('com.google.firebase:firebase-bom:29.0.3')
// Firebase Cloud Messaging
googleImplementation 'com.google.firebase:firebase-messaging-ktx'

}

0 comments on commit da6d171

Please sign in to comment.