Skip to content

Commit

Permalink
Remove forbidden tags for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsemancik committed Nov 20, 2023
1 parent 61e68f0 commit 9a31b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=app.futured.sheethappens
VERSION=0.5.6
VERSION=0.5.7
GROUP=app.futured.sheethappens
DISPLAY_NAME=Sheet Happens
DESCRIPTION=Gradle plugin for generating Android / KMP string translations from Google Spreadsheets
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gradlePlugin {
id = property("ID").toString()
displayName = property("DISPLAY_NAME").toString()
description = property("DESCRIPTION").toString()
tags = listOf("plugin", "gradle", "localization", "translation", "android", "kmp")
tags = listOf("localization", "translation", "android", "kmp")
implementationClass = property("IMPLEMENTATION_CLASS").toString()
version = property("VERSION").toString()
}
Expand Down

0 comments on commit 9a31b24

Please sign in to comment.