Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
aormsby committed Feb 12, 2023
1 parent 1a3e74f commit f1789ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ repositories {
google()
}

// TODO: figure out - can i provide these dependencies without forcing the consuming project
// to reference the required repositories - google()/mavenCentral()?
// (probably not, but revisit this after publishing to gradle plugin portal)

dependencies {
implementation("com.android.tools.build:gradle:7.4.0")
implementation("org.redundent:kotlin-xml-builder:1.8.0")
Expand All @@ -45,7 +41,7 @@ gradlePlugin {
}

pluginBundle {
// TODO: update with mermake site page when ready (date very much tbd)
// TODO: update with mermake group info when available (date very much tbd)
website = "https://adamormsby.com"
vcsUrl = "https://github.com/aormsby/android-locale-resource-generator"
tags = listOf("android", "android 13", "localization", "locale config", "language support", "automation")
Expand Down

0 comments on commit f1789ad

Please sign in to comment.