Skip to content

Commit

Permalink
Clean non translateable string, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertware committed Jun 5, 2018
1 parent 2d35ebc commit 649c3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Hyperrail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.android.gms:play-services-location:15.0.1'
implementation 'com.google.firebase:firebase-crash:15.0.2'
implementation 'com.google.firebase:firebase-perf:15.1.0'
implementation 'com.google.firebase:firebase-core:15.0.2'
implementation 'com.google.firebase:firebase-crash:16.0.0'
implementation 'com.google.firebase:firebase-perf:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
testImplementation 'junit:junit:4.12'
testImplementation 'org.json:json:20160810'
Expand Down
1 change: 0 additions & 1 deletion Hyperrail/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<string name="status_cancelled">Annulé</string>
<string name="status_partially_cancelled">Annulé en partie</string>
<string name="contentdescription_timeline_icon" translatable="false">timeline_icon</string>

<string name="marked_route_favorite">Itinéraire ajouté aux favoris</string>
<string name="unmarked_route_favorite">Itinéraire supprimé des favoris</string>
Expand Down

0 comments on commit 649c3df

Please sign in to comment.