File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Analytics-Kotlin
2
- [ ![ ] ( https://jitpack. io/v/segmentio/ analytics-kotlin.svg )] ( https://jitpack.io/#segmentio/ analytics- kotlin )
2
+ [ ![ maven ] ( https://img.shields. io/maven-central/v/com.segment. analytics.kotlin/android )] ( https://repo1.maven.org/maven2/com/segment/ analytics/ kotlin/ )
3
3
[ ![ ] ( https://github.com/segmentio/analytics-kotlin/actions/workflows/build.yml/badge.svg )] ( https://github.com/segmentio/analytics-kotlin/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/segmentio/analytics-kotlin/branch/main/graph/badge.svg?token=U5FDRBZOXO )] ( https://codecov.io/gh/segmentio/analytics-kotlin )
5
5
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/segmentio/analytics-kotlin/badge.svg )] ( https://snyk.io/test/github/segmentio/analytics-kotlin )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Releasing
3
3
4
4
1 . Create a new branch called ` release/X.Y.Z `
5
5
2 . ` git checkout -b release/X.Y.Z `
6
- 3 . Change the version in ` gradle.properties ` to your desired release version
6
+ 3 . Change the version in ` gradle.properties ` and ` core/Consants.kt ` to your desired release version
7
7
4 . ` git commit -am "Create release X.Y.Z." ` (where X.Y.Z is the new version)
8
8
5 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
9
9
6 . Upgrade to next version by changing version in ` gradle.properties `
@@ -14,7 +14,7 @@ Releasing
14
14
15
15
Example (stable release)
16
16
========
17
- 1 . Current VERSION_NAME in ` gradle.properties ` = 1.3.0
17
+ 1 . Current VERSION_NAME in ` gradle.properties ` and LIBRARY_VERSION in ` core/Consants.kt ` is 1.3.0
18
18
2 . ` git checkout -b release/1.3.1 `
19
19
3 . Change VERSION_NAME = 1.3.1 (next higher version)
20
20
4 . ` git commit -am "Create release 1.3.1" `
You can’t perform that action at this time.
0 commit comments