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 7
7
- 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 ) )
8
8
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710 )
9
9
- [ 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
+
21
15
## 0.3.0
22
16
23
17
### 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
7
7
- Sample 3: Android with Jetpack Compose, iOS with SwiftUI and MVVM and Dependency Injection with [ Koin] ( https://insert-koin.io/ )
8
8
9
9
## 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.
11
11
12
12
### Requirements
13
13
- Xcode (for iOS)
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ object LoginImpl {
12
12
/* *
13
13
* login() throws a either checked InvalidUsernameException
14
14
* or an IllegalArgumentException that crashes the app.
15
- *
16
15
*/
17
16
fun login (username : String? = null) {
18
17
try {
You can’t perform that action at this time.
0 commit comments