Skip to content

Commit

Permalink
test:upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joychic committed Aug 9, 2024
1 parent d19559a commit ffaebbb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'


// implementation 'io.gitee.joychic:TraceTools:0.0.1'
implementation(project(":trace"))
}
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ ext {
targetSdk = 34
ndkVersion = "25.2.9519653"

POM_GROUP_ID = "io.github.joychic"
// POM_GROUP_ID = "io.gitee.joychic"
POM_GROUP_ID = "io.gitee.joychic"
POM_ARTIFACT_ID = "TraceTools"
POM_VERSION_NAME = "0.0.1-SNAPSHOT"
POM_VERSION_NAME = "0.0.1"

POM_NAME = "Android TraceTools"
POM_DESCRIPTION = "a perfetto trace tools for android."
Expand All @@ -30,4 +29,7 @@ ext {
POM_LICENCE_NAME = "The MIT License"
POM_LICENCE_URL = "https://opensource.org/licenses/MIT"
POM_LICENCE_DIST = "repo"

POM_DEVELOPER_NAME = "joychic"
POM_DEVELOPER_EMAIL = "[email protected]"
}
7 changes: 7 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ project.afterEvaluate {
distribution = POM_LICENCE_DIST
}
}

developers {
developer {
name = POM_DEVELOPER_NAME
email = POM_DEVELOPER_EMAIL
}
}
}
}
}
Expand Down

0 comments on commit ffaebbb

Please sign in to comment.