Skip to content

Commit d0b9f38

Browse files
authored
199 (#17)
1 parent 10f7af6 commit d0b9f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/res/layout/vc_result_list_item.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@
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"

build.gradle

+2-1
Original file line numberDiff line numberDiff 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
}
@@ -42,7 +43,7 @@ ext {
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'

0 commit comments

Comments
 (0)