File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 name : Build & Test
16- runs-on : macos-latest
16+ runs-on : macos-13
1717 steps :
1818 - name : Checkout workspace
1919 uses : actions/checkout@v3
2020 timeout-minutes : 5
2121 with :
2222 fetch-depth : 0 # no shallow clones for SonarQube
23- - name : Set up Java JDK 17
23+ - name : Set up Java JDK 18
2424 uses : actions/setup-java@v3
2525 with :
2626 distribution : ' temurin'
27- java-version : ' 17.0.5+8'
27+ java-version : ' 18.0.2+9'
28+ - name : Select XCode 15.0.1
29+ run : |
30+ sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer
31+ xcodebuild -version
2832 - name : Gradle Cache
2933 uses : actions/cache@v3
3034 with :
Original file line number Diff line number Diff line change 11# XMP Core for Kotlin Multiplatform
22
3- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.9.20 -blue.svg?logo=kotlin )] ( httpw://kotlinlang.org )
3+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.9.21 -blue.svg?logo=kotlin )] ( httpw://kotlinlang.org )
44![ JVM] ( https://img.shields.io/badge/-JVM-gray.svg?style=flat )
55![ Android] ( https://img.shields.io/badge/-Android-gray.svg?style=flat )
66![ macOS] ( https://img.shields.io/badge/-macOS-gray.svg?style=flat )
@@ -15,7 +15,7 @@ It's part of [Ashampoo Photos](https://ashampoo.com/photos).
1515## Installation
1616
1717```
18- implementation("com.ashampoo:xmpcore:0.2")
18+ implementation("com.ashampoo:xmpcore:0.2.1 ")
1919```
2020
2121## How to use
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
22import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
33
44plugins {
5- kotlin(" multiplatform" ) version " 1.9.20 "
5+ kotlin(" multiplatform" ) version " 1.9.21 "
66 id(" com.android.library" ) version " 7.4.2"
77 id(" maven-publish" )
88 id(" signing" )
@@ -12,7 +12,7 @@ plugins {
1212 id(" com.asarkar.gradle.build-time-tracker" ) version " 4.3.0"
1313 id(" me.qoomon.git-versioning" ) version " 6.4.2"
1414 id(" com.goncalossilva.resources" ) version " 0.4.0"
15- id(" com.github.ben-manes.versions" ) version " 0.49 .0"
15+ id(" com.github.ben-manes.versions" ) version " 0.50 .0"
1616}
1717
1818repositories {
You can’t perform that action at this time.
0 commit comments