Skip to content

2.1.0

Choose a tag to compare

@adriangl adriangl released this 05 May 22:26
· 76 commits to master since this release
90f12b3

Added

  • Add tags parameter to poEditorConfig block to add PoEditor tags:
poEditor {
  apiToken = "your_api_token"
  projectId = 12345
  defaultLang = "en"
  tags = ["tag1", "tag2"] // Download strings with the specified tags
}

Changed

  • Add support for Android Gradle Plugin version 4.2.0

Removed

  • Remove support for Android Gradle Plugin versions lower than 4.2.0