File tree Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation(project(" :internal:lintchecks" ))
54
54
implementation(project(" :internal:chooserx" ))
55
55
implementation(" androidx.appcompat:appcompat:1.7.1" )
56
- implementation(" com.google.android.material:material:1.12 .0" )
56
+ implementation(" com.google.android.material:material:1.13 .0" )
57
57
implementation(" androidx.browser:browser:1.5.0" )
58
58
implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
59
59
implementation(" androidx.navigation:navigation-ui-ktx:2.9.3" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation(project(" :internal:lintchecks" ))
53
53
implementation(project(" :internal:chooserx" ))
54
54
55
- implementation(" com.google.android.material:material:1.12 .0" )
55
+ implementation(" com.google.android.material:material:1.13 .0" )
56
56
implementation(" androidx.appcompat:appcompat:1.7.1" )
57
57
implementation(" androidx.preference:preference-ktx:1.2.1" )
58
58
// Needed to override the version used by preference-ktx
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation(project(" :internal:lintchecks" ))
53
53
implementation(project(" :internal:chooserx" ))
54
54
55
- implementation(" com.google.android.material:material:1.12 .0" )
55
+ implementation(" com.google.android.material:material:1.13 .0" )
56
56
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
57
57
implementation(" androidx.multidex:multidex:2.0.1" )
58
58
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation(" androidx.activity:activity-ktx:1.10.1" )
58
58
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
59
59
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
60
- implementation(" com.google.android.material:material:1.12 .0" )
60
+ implementation(" com.google.android.material:material:1.13 .0" )
61
61
implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
62
62
implementation(" androidx.navigation:navigation-ui-ktx:2.9.3" )
63
63
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
implementation(project(" :internal:lintchecks" ))
51
51
implementation(project(" :internal:chooserx" ))
52
52
53
- implementation(" com.google.android.material:material:1.12 .0" )
53
+ implementation(" com.google.android.material:material:1.13 .0" )
54
54
55
55
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
56
56
implementation(platform(" com.google.firebase:firebase-bom:34.2.0" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
56
56
dependencies {
57
57
implementation(project(" :internal:lintchecks" ))
58
58
implementation(project(" :internal:chooserx" ))
59
- implementation(" com.google.android.material:material:1.12 .0" )
59
+ implementation(" com.google.android.material:material:1.13 .0" )
60
60
implementation(" androidx.activity:activity-ktx:1.10.1" )
61
61
62
62
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
54
54
implementation(" androidx.appcompat:appcompat:1.7.1" )
55
55
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
56
- implementation(" com.google.android.material:material:1.12 .0" )
56
+ implementation(" com.google.android.material:material:1.13 .0" )
57
57
implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
58
58
implementation(" androidx.navigation:navigation-ui-ktx:2.9.3" )
59
59
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ kotlin = "2.0.21"
12
12
kotlinxSerializationCore = " 1.9.0"
13
13
lifecycle = " 2.9.3"
14
14
lifecycleRuntimeKtx = " 2.8.7"
15
- material = " 1.12 .0"
15
+ material = " 1.13 .0"
16
16
webkit = " 1.14.0"
17
17
18
18
[libraries ]
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
80
80
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
81
81
implementation(" androidx.cardview:cardview:1.0.0" )
82
82
implementation(" androidx.browser:browser:1.5.0" )
83
- implementation(" com.google.android.material:material:1.12 .0" )
83
+ implementation(" com.google.android.material:material:1.13 .0" )
84
84
implementation(" androidx.media:media:1.7.1" )
85
85
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
86
86
implementation(" androidx.multidex:multidex:2.0.1" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation(" androidx.activity:activity-ktx:1.10.1" )
53
53
implementation(" androidx.fragment:fragment-ktx:1.8.9" )
54
54
implementation(" androidx.appcompat:appcompat:1.7.1" )
55
- implementation(" com.google.android.material:material:1.12 .0" )
55
+ implementation(" com.google.android.material:material:1.13 .0" )
56
56
57
57
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
58
58
implementation(platform(" com.google.firebase:firebase-bom:34.2.0" ))
You can’t perform that action at this time.
0 commit comments