Skip to content

Commit

Permalink
Force the gson library to the last valid version that supports Java 1.6
Browse files Browse the repository at this point in the history
This fixes
e-mission/e-mission-docs#475 (comment)

@st-patrick, in case you want to review this
  • Loading branch information
shankari committed Jan 1, 2020
1 parent 9ffb867 commit 5beb9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</service>
</config-file>

<framework src="com.google.code.gson:gson:+"/>
<framework src="com.google.code.gson:gson:2.8.5"/>
<framework src="com.google.android.gms:play-services-location:$LOCATION_VERSION"/>
<preference name="LOCATION_VERSION" default="11.0.1"/>

Expand Down

0 comments on commit 5beb9e6

Please sign in to comment.