File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
kmp-app-cocoapods/shared/src/commonMain/kotlin/sample.kmp.app Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 77- Bump Java SDK from v6.33.1 to v7.1.0 ([ #157 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/157 ) , [ #164 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/164 ) )
88 - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710 )
99 - [ diff] ( https://github.com/getsentry/sentry-java/compare/6.33.1...7.1.0 )
10- - Bump Cocoa SDK from v8.4.0 to v8.17.1 ([ #158 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/158 ) )
11- - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171 )
12- - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1 )
13- - Bump Kotlin version from v1.8.0 to v1.9.21 ([ #146 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146 ) )
14-
15- ### Features
16-
17- - Bump Cocoa SDK from v8.17.1 to v8.17.2 ([ #163 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/163 ) )
18- - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8172 )
19- - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.17.2 )
20-
10+ - Bump Cocoa SDK from v8.4.0 to v8.17.1 ([ #158 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/163 ) )
11+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8172 )
12+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.2 )
13+ - Bump Kotlin version from v1.8.0 to v1.9.21 ([ #146 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146 )
14+
2115## 0.3.0
2216
2317### Features
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This contains three samples of Kotlin Multiplatform projects showcasing the Sent
77- Sample 3: Android with Jetpack Compose, iOS with SwiftUI and MVVM and Dependency Injection with [ Koin] ( https://insert-koin.io/ )
88
99## Getting Started
10- > All samples are configured as sub-projects. You need to open the root project in Android Studio and sync the gradle files.
10+ > All samples are configured as sub-projects. Open the root project in Android Studio and sync the gradle files.
1111
1212### Requirements
1313- Xcode (for iOS)
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ object LoginImpl {
1212 /* *
1313 * login() throws a either checked InvalidUsernameException
1414 * or an IllegalArgumentException that crashes the app.
15- *
1615 */
1716 fun login (username : String? = null) {
1817 try {
You can’t perform that action at this time.
0 commit comments