We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f7af6 commit d0b9f38Copy full SHA for d0b9f38
app/src/main/res/layout/vc_result_list_item.xml
@@ -66,11 +66,10 @@
66
67
</LinearLayout>
68
69
-
70
71
<ImageView
72
android:id="@+id/action_button"
73
android:layout_width="24dp"
+ android:visibility="invisible"
74
android:layout_height="24dp"
75
android:layout_weight="0"
76
android:layout_marginStart="@dimen/list_item_horizontal_margin"
build.gradle
@@ -26,6 +26,7 @@ allprojects {
26
maven { url 'https://jitpack.io' }
27
// CH Snapshot repo
28
// maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
29
+ // For running locally
30
// mavenLocal()
31
}
32
@@ -42,7 +43,7 @@ ext {
42
43
targetSdkVersion = 31
44
compileSdkVersion = 33
45
- commonHealthVersion = '1.9.8'
46
+ commonHealthVersion = '1.9.9'
47
48
appCompatVersion = '1.4.1'
49
androidXVersion = '1.7.0'
0 commit comments