Skip to content

Commit

Permalink
Merge pull request #131 from blyscuit/release/0.8.0
Browse files Browse the repository at this point in the history
Release - 0.8.0
  • Loading branch information
blyscuit authored Mar 9, 2023
2 parents 74fec55 + 3a17a40 commit 9de255a
Show file tree
Hide file tree
Showing 49 changed files with 5,985 additions and 88 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/appPackage/Dependency.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object Dependency {
// Resources
const val MOKO_RESOURCES_GENERATOR = "dev.icerock.moko:resources-generator:${Version.MOKO_RESOURCES}"
const val MOKO_RESOURCES = "dev.icerock.moko:resources:${Version.MOKO_RESOURCES}"
const val MOKO_GRAPHICS = "dev.icerock.moko:graphics:${Version.MOKO_GRAPHICS}"

// Turbine
const val TURBINE = "app.cash.turbine:turbine:${Version.TURBINE}"
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/appPackage/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ object Version {
const val MULTIPLATFORM_SETTINGS = "1.0.0-RC"
const val SECURITY = "1.1.0-alpha03"
const val MOKO_RESOURCES = "0.20.1"
const val MOKO_GRAPHICS = "0.9.0"
const val TURBINE = "0.12.1"
const val NAPIER = "2.6.1"
const val DATE_TIME = "0.4.0"
Expand Down
1 change: 1 addition & 0 deletions iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ target 'Survey' do
pod 'SnapKit'
pod 'FlowStacks'
pod 'SkeletonUI'
pod 'lottie-ios'

# Storage
pod 'KeychainAccess'
Expand Down
6 changes: 5 additions & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ PODS:
- KMPNativeCoroutinesCombine (0.12.6):
- KMPNativeCoroutinesCore (= 0.12.6)
- KMPNativeCoroutinesCore (0.12.6)
- lottie-ios (4.0.1)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
Expand Down Expand Up @@ -83,6 +84,7 @@ DEPENDENCIES:
- KIF/IdentifierTests
- Kingfisher
- KMPNativeCoroutinesCombine (= 0.12.6)
- lottie-ios
- Nimble
- NimbleExtension (from `https://github.com/nimblehq/NimbleExtension`, branch `master`)
- Quick
Expand Down Expand Up @@ -113,6 +115,7 @@ SPEC REPOS:
- Kingfisher
- KMPNativeCoroutinesCombine
- KMPNativeCoroutinesCore
- lottie-ios
- nanopb
- Nimble
- PromisesObjC
Expand Down Expand Up @@ -155,6 +158,7 @@ SPEC CHECKSUMS:
Kingfisher: 0086ad83719761ba9b2cdaf6ef4d5b4878cbae23
KMPNativeCoroutinesCombine: 9c82dee7ba35c6acff4b35a9757bfecae8b335fd
KMPNativeCoroutinesCore: 35da0312355f0e911cbb16923aea3389894affca
lottie-ios: 54d22edf55b839f0929cabbfe609c9aa548b1145
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
NimbleExtension: acad4290f27afd4241b1ea20f8597889085e2ce7
Expand All @@ -171,6 +175,6 @@ SPEC CHECKSUMS:
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa

PODFILE CHECKSUM: 2873c5a20dd4993b442c59125176e7b756c7d323
PODFILE CHECKSUM: 8e3f5db58f6e0b8ad816e0aee214d47b1e3a98e4

COCOAPODS: 1.11.3
69 changes: 58 additions & 11 deletions iosApp/Survey.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 9de255a

Please sign in to comment.