Skip to content

Commit 74b0680

Browse files
committed
New release: 7.5.3
1 parent f329f6e commit 74b0680

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Latest Version
66

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

99
# Table of Contents
1010

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=7.5.3-SNAPSHOT
1+
VERSION_NAME=7.5.3
22

33
POM_PACKAGING=aar
44
GROUP=com.mixpanel.android

maven.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ tasks.register('install') {
186186
dependsOn 'build', 'androidJavadocsJar', 'androidSourcesJar', 'publishDebugPublicationToMavenLocal'
187187
}
188188

189+
tasks.register('publishRelease') {
190+
dependsOn 'publishReleasePublicationToMavenRepository'
191+
}
192+
189193
tasks.named('publishDebugPublicationToMavenLocal') {
190194
dependsOn 'androidJavadocsJar', 'androidSourcesJar', 'bundleDebugAar'
191195
}

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ cleanUp
123123

124124
# upload library to maven
125125
printf "\n\n${YELLOW}Uploading archives...${NC}\n"
126-
if ! ./gradlew signReleasePublication ; then
127-
printf "${RED}Err.. Seems there was a problem runing ./gradlew signReleasePublication\n${NC}"
126+
if ! ./gradlew publishRelease ; then
127+
printf "${RED}Err.. Seems there was a problem runing ./gradlew publishRelease\n${NC}"
128128
abort
129129
fi
130130

0 commit comments

Comments
 (0)