Skip to content

Commit

Permalink
Merge pull request #90 from AAkira/dev/2.2.0
Browse files Browse the repository at this point in the history
2.2.0
  • Loading branch information
AAkira authored Nov 17, 2021
2 parents 76fa7a3 + 32f8f05 commit 4cc0e6f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/dependencies/Dep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dependencies

object Dep {

private const val kotlin = "1.5.30"
private const val kotlin = "1.6.0"

object GradlePlugin {
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Dep.kotlin}"
Expand All @@ -20,7 +20,7 @@ object Dep {
}

object Coroutines {
private const val version = "1.5.1-native-mt"
private const val version = "1.5.2-native-mt"

const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package dependencies

object Versions {
const val versionCode = 19
const val versionName = "2.1.0"
const val versionCode = 20
const val versionName = "2.2.0"

// android
const val androidVersionCode = 1
Expand Down
3 changes: 2 additions & 1 deletion ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ GEM

PLATFORMS
ruby
x86_64-darwin-19

DEPENDENCIES
cocoapods (= 1.6.0)

BUNDLED WITH
2.0.1
2.2.2
2 changes: 1 addition & 1 deletion ios/Napier/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ private extension ViewController {

sample.handleError()

Napier.d("Hello from Napier", 123)
Napier.d("Hello", "from Swift")
}
}
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SPEC CHECKSUMS:
FirebaseInstallations: bf2ec8dbf36ff4c91af6b9a003d15855757680c1
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
GoogleUtilities: e1d9ed4e544fc32a93e00e721400cbc3f377200d
mpp_sample: 07fdbc60934b60a9bbfb833df6298899fe345026
mpp_sample: 967ec869a75e439dbe4f674ea3bd3b4817776de9
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97

Expand Down
5 changes: 1 addition & 4 deletions mpp-sample/mpp_sample.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ Pod::Spec.new do |spec|
"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
-Pkotlin.native.cocoapods.platform=$PLATFORM_NAME \
-Pkotlin.native.cocoapods.archs="$ARCHS" \
-Pkotlin.native.cocoapods.configuration=$CONFIGURATION \
-Pkotlin.native.cocoapods.cflags="$OTHER_CFLAGS" \
-Pkotlin.native.cocoapods.paths.headers="$HEADER_SEARCH_PATHS" \
-Pkotlin.native.cocoapods.paths.frameworks="$FRAMEWORK_SEARCH_PATHS"
-Pkotlin.native.cocoapods.configuration=$CONFIGURATION
SCRIPT
}
]
Expand Down

0 comments on commit 4cc0e6f

Please sign in to comment.