Skip to content

Commit

Permalink
New release: 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Sep 6, 2024
1 parent f329f6e commit 74b0680
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Latest Version

##### _April 15, 2024_ - [v7.5.2](https://github.com/mixpanel/mixpanel-android/releases/tag/v7.5.2)
##### _September 06, 2024_ - [v7.5.3](https://github.com/mixpanel/mixpanel-android/releases/tag/v7.5.3)

# Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=7.5.3-SNAPSHOT
VERSION_NAME=7.5.3

POM_PACKAGING=aar
GROUP=com.mixpanel.android
Expand Down
4 changes: 4 additions & 0 deletions maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ tasks.register('install') {
dependsOn 'build', 'androidJavadocsJar', 'androidSourcesJar', 'publishDebugPublicationToMavenLocal'
}

tasks.register('publishRelease') {
dependsOn 'publishReleasePublicationToMavenRepository'
}

tasks.named('publishDebugPublicationToMavenLocal') {
dependsOn 'androidJavadocsJar', 'androidSourcesJar', 'bundleDebugAar'
}
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ cleanUp

# upload library to maven
printf "\n\n${YELLOW}Uploading archives...${NC}\n"
if ! ./gradlew signReleasePublication ; then
printf "${RED}Err.. Seems there was a problem runing ./gradlew signReleasePublication\n${NC}"
if ! ./gradlew publishRelease ; then
printf "${RED}Err.. Seems there was a problem runing ./gradlew publishRelease\n${NC}"
abort
fi

Expand Down

0 comments on commit 74b0680

Please sign in to comment.