Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5783f309 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Fix stray char in metadata file. am: 4852cb74 am: aa723591 am: 4a4fda64 am: 3ff6495c

am: 6a167251

* commit '6a167251':
  Fix stray char in metadata file.

Change-Id: I31c59b43b5f8e425aac7b622fbeaa957d47ca4ee
parents 067b3942 6a167251
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3195,7 +3195,7 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
    "timestamp": 1462292883,
    "timestamp": 1462292883,
    "image": "images/cards/android-studio_2x.png",
    "image": "images/cards/android-studio_2x.png",
    "title": "Download Android Studio and SDK Tools",
    "title": "Download Android Studio and SDK Tools",
    "summary": "Get the official Android IDE and developer tools to build apps for Android."],
    "summary": "Get the official Android IDE and developer tools to build apps for Android.",
    "type": "develop",
    "type": "develop",
    "category": "studio"
    "category": "studio"
  },
  },