File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ protobufjavautil = "3.25.5"
6464protoc = " 3.25.5"
6565quickcheck = " 0.6"
6666reactiveStreams = " 1.0.4"
67- robolectric = " 4.12 "
67+ robolectric = " 4.15 "
6868runner = " 1.0.2"
6969rxandroid = " 2.0.2"
7070rxjava = " 2.1.14"
You can’t perform that action at this time.
0 commit comments