Skip to content

Commit

Permalink
move push notification material version to settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
eeatonaws committed May 4, 2023
1 parent 62a7b15 commit bb74096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-push-notifications-pinpoint-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
//noinspection GradleDependency
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
//noinspection GradleDependency
implementation("com.google.android.material:material:1.8.0")
implementation(dependency.google.material)

testImplementation(testDependency.junit)
testImplementation(testDependency.mockk)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencyResolutionManagement {
library("rxjava", "io.reactivex.rxjava3:rxjava:3.0.6")

// Google
library("google-material", "com.google.android.material:material:1.4.0")
library("google-material", "com.google.android.material:material:1.8.0")
library("firebasemessaging", "com.google.firebase:firebase-messaging-ktx:23.1.0")

// Misc
Expand Down

0 comments on commit bb74096

Please sign in to comment.