File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
3535dependencies {
3636 implementation project(" :internal:lintchecks" )
3737 implementation project(" :internal:chooserx" )
38- implementation ' androidx.appcompat:appcompat:1.1 .0'
38+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3939 implementation ' com.google.android.material:material:1.2.0'
4040 implementation ' androidx.browser:browser:1.0.0'
4141
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72"
3333
3434 implementation ' com.google.android.material:material:1.2.0'
35- implementation ' androidx.appcompat:appcompat:1.1 .0'
35+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3636 implementation " androidx.preference:preference-ktx:1.1.1"
3737
3838 // Firebase Analytics (Java)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 implementation project(" :internal:chooserx" )
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72"
4040
41- implementation ' androidx.appcompat:appcompat:1.1 .0'
41+ implementation ' androidx.appcompat:appcompat:1.2 .0'
4242 implementation ' androidx.recyclerview:recyclerview:1.1.0'
4343 implementation ' com.google.android.material:material:1.2.0'
4444
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 implementation ' com.firebaseui:firebase-ui-auth:6.3.0'
6565
6666 // Support Libs
67- implementation ' androidx.appcompat:appcompat:1.1 .0'
67+ implementation ' androidx.appcompat:appcompat:1.2 .0'
6868 implementation ' androidx.core:core:1.3.1'
6969 implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
7070 implementation ' androidx.cardview:cardview:1.0.0'
Original file line number Diff line number Diff line change 4747 android : layout_height =" wrap_content"
4848 android : layout_centerVertical =" true"
4949 android : padding =" 8dp"
50- android : tint =" @color/greySecondary"
50+ app : tint =" @color/greySecondary"
5151 app : srcCompat =" @drawable/ic_filter_list_white_24px" />
5252
5353 <LinearLayout
8787 android : layout_alignParentRight =" true"
8888 android : layout_centerVertical =" true"
8989 android : padding =" 8dp"
90- android : tint =" @color/greySecondary"
90+ app : tint =" @color/greySecondary"
9191 app : srcCompat =" @drawable/ic_close_white_24px" />
9292
9393 </RelativeLayout >
Original file line number Diff line number Diff line change 2323 android : id =" @+id/icon_category"
2424 style =" @style/AppTheme.FilterIcon"
2525 android : layout_centerVertical =" true"
26- android : tint =" @color/greySecondary"
26+ app : tint =" @color/greySecondary"
2727 app : srcCompat =" @drawable/ic_fastfood_white_24dp" />
2828
2929 <Spinner
4444 android : id =" @+id/icon_city"
4545 style =" @style/AppTheme.FilterIcon"
4646 android : layout_centerVertical =" true"
47- android : tint =" @color/greySecondary"
47+ app : tint =" @color/greySecondary"
4848 app : srcCompat =" @drawable/ic_place_white_24px" />
4949
5050 <Spinner
6565 android : id =" @+id/icon_price"
6666 style =" @style/AppTheme.FilterIcon"
6767 android : layout_centerVertical =" true"
68- android : tint =" @color/greySecondary"
68+ app : tint =" @color/greySecondary"
6969 app : srcCompat =" @drawable/ic_monetization_on_white_24px" />
7070
7171 <Spinner
8686 android : id =" @+id/icon_sort"
8787 style =" @style/AppTheme.FilterIcon"
8888 android : layout_centerVertical =" true"
89- android : tint =" @color/greySecondary"
89+ app : tint =" @color/greySecondary"
9090 app : srcCompat =" @drawable/ic_sort_white_24px" />
9191
9292 <Spinner
Original file line number Diff line number Diff line change 2121
2222 <style name =" AppTheme.Overflow" parent =" Base.Widget.AppCompat.ActionButton.Overflow" >
2323 <item name =" android:padding" >0dp</item >
24- <item name =" android: tint" >@android:color/white</item >
24+ <item name =" tint" >@android:color/white</item >
2525 </style >
2626
2727 <style name =" AppTheme.FormLabel" >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation project(" :internal:chooserx" )
3535 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72"
3636
37- implementation ' androidx.appcompat:appcompat:1.1 .0'
37+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3838 implementation ' com.google.android.material:material:1.2.0'
3939
4040 // Functions (Java)
You can’t perform that action at this time.
0 commit comments