File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation project(" :internal:lintchecks" )
44
44
implementation project(" :internal:chooserx" )
45
45
implementation ' androidx.appcompat:appcompat:1.6.0'
46
- implementation ' com.google.android.material:material:1.7 .0'
46
+ implementation ' com.google.android.material:material:1.8 .0'
47
47
implementation ' androidx.browser:browser:1.0.0'
48
48
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
49
49
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation project(" :internal:lintchecks" )
37
37
implementation project(" :internal:chooserx" )
38
38
39
- implementation ' com.google.android.material:material:1.7 .0'
39
+ implementation ' com.google.android.material:material:1.8 .0'
40
40
implementation ' androidx.appcompat:appcompat:1.6.0'
41
41
implementation " androidx.preference:preference-ktx:1.2.0"
42
42
// Needed to override the version used by preference-ktx
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation project(" :internal:lintchecks" )
43
43
implementation project(" :internal:chooserx" )
44
44
45
- implementation ' com.google.android.material:material:1.7 .0'
45
+ implementation ' com.google.android.material:material:1.8 .0'
46
46
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
47
47
implementation ' androidx.multidex:multidex:2.0.1'
48
48
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation ' androidx.activity:activity-ktx:1.6.1'
47
47
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
48
48
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
49
- implementation ' com.google.android.material:material:1.7 .0'
49
+ implementation ' com.google.android.material:material:1.8 .0'
50
50
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
51
51
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
52
52
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
16
16
targetSdkVersion 33
17
17
versionCode 1
18
18
versionName " 1.0"
19
-
19
+ multiDexEnabled true
20
20
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
21
}
22
22
@@ -36,7 +36,7 @@ dependencies {
36
36
implementation project(" :internal:lintchecks" )
37
37
implementation project(" :internal:chooserx" )
38
38
39
- implementation ' com.google.android.material:material:1.7 .0'
39
+ implementation ' com.google.android.material:material:1.8 .0'
40
40
41
41
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
42
42
implementation platform(' com.google.firebase:firebase-bom:31.2.0' )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
dependencies {
41
41
implementation project(" :internal:lintchecks" )
42
42
implementation project(" :internal:chooserx" )
43
- implementation ' com.google.android.material:material:1.7 .0'
43
+ implementation ' com.google.android.material:material:1.8 .0'
44
44
implementation " androidx.activity:activity-ktx:1.6.1"
45
45
46
46
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
40
40
implementation ' androidx.appcompat:appcompat:1.6.0'
41
41
implementation ' androidx.recyclerview:recyclerview:1.2.1'
42
- implementation ' com.google.android.material:material:1.7 .0'
42
+ implementation ' com.google.android.material:material:1.8 .0'
43
43
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
44
44
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
45
45
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
implementation project(" :internal:lintchecks" )
50
50
implementation project(" :internal:chooserx" )
51
51
52
- implementation ' com.google.android.material:material:1.7 .0'
52
+ implementation ' com.google.android.material:material:1.8 .0'
53
53
54
54
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
55
55
implementation platform(' com.google.firebase:firebase-bom:31.2.0' )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
78
78
implementation ' androidx.cardview:cardview:1.0.0'
79
79
implementation ' androidx.browser:browser:1.0.0'
80
- implementation ' com.google.android.material:material:1.7 .0'
80
+ implementation ' com.google.android.material:material:1.8 .0'
81
81
implementation ' androidx.media:media:1.6.0'
82
82
implementation ' androidx.recyclerview:recyclerview:1.2.1'
83
83
implementation ' androidx.multidex:multidex:2.0.1'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation ' androidx.activity:activity-ktx:1.6.1'
42
42
implementation ' androidx.fragment:fragment-ktx:1.5.5'
43
43
implementation ' androidx.appcompat:appcompat:1.6.0'
44
- implementation ' com.google.android.material:material:1.7 .0'
44
+ implementation ' com.google.android.material:material:1.8 .0'
45
45
46
46
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
47
47
implementation platform(' com.google.firebase:firebase-bom:31.2.0' )
You can’t perform that action at this time.
0 commit comments