File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666
6767 </LinearLayout >
6868
69-
70-
7169 <ImageView
7270 android : id =" @+id/action_button"
7371 android : layout_width =" 24dp"
72+ android : visibility =" invisible"
7473 android : layout_height =" 24dp"
7574 android : layout_weight =" 0"
7675 android : layout_marginStart =" @dimen/list_item_horizontal_margin"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ allprojects {
2626 maven { url ' https://jitpack.io' }
2727 // CH Snapshot repo
2828// maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
29+ // For running locally
2930// mavenLocal()
3031 }
3132}
4243 targetSdkVersion = 31
4344 compileSdkVersion = 33
4445
45- commonHealthVersion = ' 1.9.8 '
46+ commonHealthVersion = ' 1.9.9 '
4647
4748 appCompatVersion = ' 1.4.1'
4849 androidXVersion = ' 1.7.0'
You can’t perform that action at this time.
0 commit comments