Skip to content

Commit a2f0ed5

Browse files
buenaflorclaude
andcommitted
chore(build): Restore versionName 0.26.0 and drop unrelated changes
Revert the local dev versionName suffix that leaked in from another branch (root and Gradle plugin properties), remove the compose.version property that nothing reads anymore, and restore the podspec's trailing newline so this PR carries no whitespace-only noise. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 77ea694 commit a2f0ed5

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

gradle.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ kotlin.code.style=official
44
kotlin.mpp.stability.nowarn=true
55
android.useAndroidX=true
66

7-
# Jetpack Compose
8-
compose.version=1.3.1-rc01
9-
107
# Release information
11-
versionName=0.26.0-cpp-monitor-option-local
8+
versionName=0.26.0
129

1310
# Disable publication signing locally; signing happens at MC upload time
1411
RELEASE_SIGNING_ENABLED=false

sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3-
versionName=0.26.0-cpp-monitor-option-local
3+
versionName=0.26.0
44
group=io.sentry
55
sentryCocoaVersion=8.58.2
66

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Pod::Spec.new do |spec|
5454
}
5555
]
5656

57-
end
57+
end

0 commit comments

Comments
 (0)