Skip to content

Commit

Permalink
Fixed crash when creating a library card
Browse files Browse the repository at this point in the history
  • Loading branch information
nunommts committed Oct 16, 2023
1 parent 5fde78a commit fe6d690
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<c:change date="2023-08-12T00:00:00+00:00" summary="Fixed crash when time tracking is not enabled."/>
</c:changes>
</c:release>
<c:release date="2023-10-11T19:26:14+00:00" is-open="false" ticket-system="org.nypl.jira" version="1.6.0">
<c:release date="2023-10-11T00:00:00+00:00" is-open="false" ticket-system="org.nypl.jira" version="1.6.0">
<c:changes>
<c:change date="2023-08-24T00:00:00+00:00" summary="Updated Kotlin version to 1.9.0"/>
<c:change date="2023-08-28T00:00:00+00:00" summary="Fixed crash when opening an audiobook with a null manifest."/>
Expand Down Expand Up @@ -332,6 +332,11 @@
<c:change date="2023-10-07T00:00:00+00:00" summary="Fixed Audiobook UI freezing after pressing 'play'."/>
</c:changes>
</c:release>
<c:release date="2023-10-16T11:36:56+00:00" is-open="true" ticket-system="org.nypl.jira" version="1.6.1">
<c:changes>
<c:change date="2023-10-16T11:36:56+00:00" summary="Fixed crash when creating a library card."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="org.nypl.jira" url="https://jira.nypl.org/browse/"/>
Expand Down
1 change: 1 addition & 0 deletions simplified-app-palace/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ dependencies {
implementation(libs.play.services.base)
implementation(libs.play.services.basement)
implementation(libs.play.services.cloud.messaging)
implementation(libs.play.services.location)
implementation(libs.play.services.measurement)
implementation(libs.play.services.measurement.api)
implementation(libs.play.services.measurement.base)
Expand Down

0 comments on commit fe6d690

Please sign in to comment.