Skip to content

Commit

Permalink
correct group name to underwindfall
Browse files Browse the repository at this point in the history
  • Loading branch information
underwindfall committed May 4, 2022
1 parent 6fc5a9d commit e54a345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.library")
id("io.github.qifan.zeplin.gradle")
id("io.github.underwindfall.zeplin.gradle")
}

android {
Expand Down
4 changes: 2 additions & 2 deletions plugin-build/buildSrc/src/main/java/Coordinates.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object PluginCoordinates {
const val ID = "io.github.qifan.zeplin.gradle"
const val GROUP = "io.github.qifan"
const val ID = "io.github.underwindfall.zeplin.gradle"
const val GROUP = "io.github.underwindfall"
const val VERSION = "0.0.1"
const val IMPLEMENTATION_CLASS = "com.qifan.zeplin.gradle.ZeplinDownloadPlugin"
}
Expand Down

0 comments on commit e54a345

Please # to comment.