Skip to content

Commit 884fce6

Browse files
apmmachineapmmachine
andauthored
Preparing for the next release (#314)
Co-authored-by: apmmachine <[email protected]>
1 parent 3087a50 commit 884fce6

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,17 @@ ${next_release_notes}
3232
[float]
3333
===== Features
3434

35-
* Adding consumer R8 rules to address R8 full mode: {pull}309[#309]
35+
* New feature: {pull}000[#000]
3636
////
3737
38+
[[release-notes-0.17.0]]
39+
==== 0.17.0 - 2024/05/17
40+
41+
[float]
42+
===== Features
43+
44+
* Adding consumer R8 rules to address R8 full mode: {pull}309[#309]
45+
3846
[[release-notes-0.16.0]]
3947
==== 0.16.0 - 2024/04/03
4048

docs/setup.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ You can skip this step if your `minSdkVersion` is 26 or higher.
4040
[[adding-gradle-plugin]]
4141
==== Add the Elastic Agent Gradle plugin
4242

43-
To automatically instrument <<supported-technologies,Supported Technologies>>, add the https://plugins.gradle.org/plugin/co.elastic.apm.android/0.16.0[Elastic APM agent plugin] to your application's `build.gradle` file as shown below:
43+
To automatically instrument <<supported-technologies,Supported Technologies>>, add the https://plugins.gradle.org/plugin/co.elastic.apm.android/0.17.0[Elastic APM agent plugin] to your application's `build.gradle` file as shown below:
4444

4545
[source,groovy]
4646
----
4747
// Android app's build.gradle file
4848
plugins {
4949
id "com.android.application"
50-
id "co.elastic.apm.android" version "0.16.0"
50+
id "co.elastic.apm.android" version "0.17.0"
5151
}
5252
----
5353

@@ -122,7 +122,7 @@ Add the Elastic APM agent SDK to your application's `build.gradle` file as shown
122122
----
123123
// Android app's build.gradle file
124124
dependencies {
125-
implementation "co.elastic.apm:android-sdk:0.16.0"
125+
implementation "co.elastic.apm:android-sdk:0.17.0"
126126
}
127127
----
128128

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Wed Apr 03 14:24:32 UTC 2024
1+
#Fri May 17 13:11:02 UTC 2024
22
androidGradlePlugin_version=8.2.0
33
description=APM for Android applications with the Elastic stack
44
org.gradle.jvmargs=-XX\:MaxMetaspaceSize\=2G
5-
version=0.17.0
5+
version=0.18.0
66
android.useAndroidX=true
77
group=co.elastic.apm

0 commit comments

Comments
 (0)