Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Bumping versions #9

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
compose = "1.5.4"
compose-plugin = "1.6.0-alpha01"
compose-plugin = "1.6.1"
compose-compiler = "1.5.4"
agp = "8.1.3"
android-minSdk = "24"
Expand All @@ -14,11 +14,11 @@ androidx-constraintlayout = "2.1.4"
androidx-test-junit = "1.1.5"
androidx-espresso-core = "3.5.1"
androidx-startup-runtime = "1.1.1"
kotlin = "1.9.21"
kotlin = "1.9.23"
junit = "4.13.2"
koin = "3.5.0"
koin = "3.5.4"
kotlinx-binary-validator = "0.13.2"
dokka = "1.9.10"
dokka = "1.9.20"
koinCompose = "1.1.0"
revenueCatAndroid="7.5.2"
revenueCatIos="4.39.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases_ui'
spec.version = '0.0.9'
spec.version = '0.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion kmprevenuecat-purchases/kmprevenuecat_purchases.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases'
spec.version = '0.0.9'
spec.version = '0.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
Loading