Skip to content

Commit 141159a

Browse files
committed
#6 fixes readme and CI
1 parent 800a31b commit 141159a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/compilation-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
java-version: 1.8
1919
- name: Cocoapods install
2020
run: (cd sample/ios-app && pod install)
21+
- name: Build K/N cache
22+
run: ./gradlew :crash-reporting-core:runCommonizer
2123
- name: Check library
2224
run: ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
2325
- name: Install pods with kotlin

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ project build.gradle
4949
```groovy
5050
dependencies {
5151
commonMainImplementation("dev.icerock.moko:crash-reporting-crashlytics:0.1.2") // for CrashlyticsLogger
52-
commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.1.1") // for CrashReportingAntilog
52+
commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.1.2") // for CrashReportingAntilog
5353
commonMainImplementation("com.github.aakira:napier:1.4.1") // for CrashReportingAntilog
5454
}
5555
```
@@ -65,8 +65,8 @@ cocoaPods {
6565
```
6666
project Podfile
6767
```ruby
68-
pod 'MCRCDynamicProxy', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.1.1'
69-
pod 'MCRCStaticReporter', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.1.1'
68+
pod 'MCRCDynamicProxy', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.1.2'
69+
pod 'MCRCStaticReporter', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.1.2'
7070
```
7171

7272
On iOS side add to `AppDelegate`:

0 commit comments

Comments
 (0)