We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83187fb commit 1155648Copy full SHA for 1155648
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.12.0
4
5
### Feature
6
gradle.properties
@@ -8,7 +8,7 @@ android.useAndroidX=true
8
compose.version=1.3.1-rc01
9
10
# Release information
11
-versionName=0.11.0
+versionName=0.12.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.49.0
0 commit comments