Skip to content

Commit b6d44df

Browse files
committed
Address appdistro test bug
1 parent 46bacc7 commit b6d44df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackSender.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class FeedbackSender {
3333
static final String CONTENT_TYPE_PNG = "image/png";
3434

3535
private static final String TAG = "FeedbackSender";
36-
private static final String FILE_EXTENSION_JPG = ".jpg";
37-
private static final String FILE_EXTENSION_JPEG = ".jpeg";
38-
private static final String FILE_EXTENSION_PNG = ".png";
36+
private static final String FILE_EXTENSION_JPG = "jpg";
37+
private static final String FILE_EXTENSION_JPEG = "jpeg";
38+
private static final String FILE_EXTENSION_PNG = "png";
3939
private static final String DEFAULT_FILENAME = "screenshot.png";
4040

4141
private final ContentResolver contentResolver;

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protobufjavautil = "3.25.5"
6464
protoc = "3.25.5"
6565
quickcheck = "0.6"
6666
reactiveStreams = "1.0.4"
67-
robolectric = "4.12"
67+
robolectric = "4.15"
6868
runner = "1.0.2"
6969
rxandroid = "2.0.2"
7070
rxjava = "2.1.14"

0 commit comments

Comments
 (0)