Skip to content

Commit 6a4efe4

Browse files
committed
all: 1.1.1
add build script that prevents the same mistake as 1.1.0 to be made
1 parent c9d8a6a commit 6a4efe4

File tree

4 files changed

+9
-26
lines changed

4 files changed

+9
-26
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.1
2+
-----
3+
4+
* Re-release 1.1.0 on maven central
5+
16
1.1.0
27
-----
38

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ lint:
3030

3131
ci: clean lint test-coverage aar
3232

33+
publish: aar
34+
./gradlew mixpanel-dispatcher:publish
35+
3336
.PHONY: ci sonar check-token

mixpanel-dispatcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 15
1414
targetSdkVersion 30
1515
versionCode 1
16-
versionName "1.1.0"
16+
versionName "1.1.1"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)