Skip to content

Commit

Permalink
Bump fresco (2.3.0), okhttp (3.12.12), robolectric (4.4)
Browse files Browse the repository at this point in the history
Fresco animated-gif and drawee pipeline has an incompatible change from 2.2 to 2.3 and it needs a bump here to use newer fresco:
facebook/fresco@036605d

OkHTTP 3.12.x all work with Android 4 (minSdkVersion 16), no need to sit on 3.12.1

Robolectric is test only but better to stay current if possible
  • Loading branch information
mikehardy authored Aug 27, 2020
1 parent 8d198ee commit 7b39066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ POM_PACKAGING=aar

MOCKITO_CORE_VERSION=2.26.0
POWERMOCK_VERSION=2.0.2
ROBOLECTRIC_VERSION=4.3.1
ROBOLECTRIC_VERSION=4.4
JUNIT_VERSION=4.12
FEST_ASSERT_CORE_VERSION=2.0M10

ANDROIDX_TEST_VERSION=1.1.0
FRESCO_VERSION=2.0.0
OKHTTP_VERSION=3.12.1
FRESCO_VERSION=2.3.0
OKHTTP_VERSION=3.12.12
SO_LOADER_VERSION=0.8.2

BOOST_VERSION=1_63_0
Expand Down

0 comments on commit 7b39066

Please sign in to comment.