Skip to content

Commit 14ef628

Browse files
committed
Fix tests by downgrading AppCompat and fixing lint issue
1 parent 779acd1 commit 14ef628

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060

6161
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.5'
6262
annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
63-
implementation 'androidx.appcompat:appcompat:1.5.1'
63+
implementation 'androidx.appcompat:appcompat:1.3.1'
6464
implementation "androidx.browser:browser:1.3.0"
6565
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
6666

firebase-appdistribution/src/main/res/layout/activity_feedback.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
android:layout_width="wrap_content"
3737
android:layout_height="wrap_content"
3838
android:layout_marginTop="24dp"
39-
android:onClick="submitFeedback"
4039
android:text="Submit"
4140
app:layout_constraintEnd_toEndOf="parent"
4241
app:layout_constraintHorizontal_bias="0.5"

0 commit comments

Comments
 (0)