We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c1efb commit 24e1274Copy full SHA for 24e1274
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.9.0
4
5
### Improvements
6
gradle.properties
@@ -8,7 +8,7 @@ android.useAndroidX=true
8
compose.version=1.3.1-rc01
9
10
# Release information
11
-versionName=0.8.0
+versionName=0.9.0
12
13
# Increase memory for in-process compiler execution.
14
org.gradle.jvmargs=-Xmx6g
sentry-kotlin-multiplatform-gradle-plugin/gradle.properties
id=io.sentry.kotlin.multiplatform.gradle
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
group=io.sentry
sentryCocoaVersion=8.36.0
0 commit comments