Skip to content

Commit

Permalink
chore(agentweb): publish v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Dec 9, 2023
1 parent 2ec5fbe commit 66715aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
20 changes: 9 additions & 11 deletions agentweb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@ dependencies {
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
compileOnly fileTree(include: ['*.jar'], dir: 'providedLibs')
}
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components["release"]
groupId = 'com.github.Justson.AgentWeb'
artifactId = 'agentweb-core'
version = 'v5.0.7-androidx'
}

publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
groupId = 'com.github.Justson.AgentWeb'
artifactId = 'agentweb-core'
version = 'v5.0.7-androidx'
}
}
}
}
1 change: 0 additions & 1 deletion agentweb-filechooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ afterEvaluate {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components["release"]
groupId = 'com.github.Justson.AgentWeb'
artifactId = 'agentweb-filechooser'
version = 'v5.0.7-androidx'
Expand Down

0 comments on commit 66715aa

Please sign in to comment.