Skip to content

Commit

Permalink
Release 1.0.0 (#450)
Browse files Browse the repository at this point in the history
* release 1.0.0

* remove rc references
  • Loading branch information
breedx-splk authored Jan 24, 2023
1 parent 0ef72c1 commit 8e40535
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* TBD

## Version 1.0.0

Version 1.0.0 marks the initial _stable_ release of `splunk-otel-android`.

## Version 1.0.0-rc.3

Release candidate for 1.0.0.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Then, add the latest release as a dependency in your application's build.gradle
```
dependencies {
...
implementation ("com.splunk:splunk-otel-android:1.0.0-rc.3")
implementation ("com.splunk:splunk-otel-android:1.0.0")
...
}
```
Expand Down Expand Up @@ -125,7 +125,7 @@ Then, add the locally built library as a dependency in your application's build.
```
dependencies {
...
implementation ("com.splunk:splunk-otel-android:1.0.0-rc.4-SNAPSHOT")
implementation ("com.splunk:splunk-otel-android:1.1.0-SNAPSHOT")
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

version=1.0.0-rc.3
version=1.0.0
group=com.splunk

0 comments on commit 8e40535

Please sign in to comment.