Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyanghou committed Jul 31, 2022
1 parent c27f2b0 commit 9c4a7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eqlist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ android {
viewBinding true
}
}
group = 'com.github.RickyHal'
afterEvaluate {
publishing {
publications {
maven(MavenPublication) {
release(MavenPublication) {
from components.release
groupId = 'com.ricky.eqlist'
artifactId = 'eqlist'
version = '1.0.3'
from(components["release"])
version = '1.0.6'
}
}
}
}

dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down

0 comments on commit 9c4a7a9

Please sign in to comment.