Skip to content

Commit

Permalink
Publish 0.0.2 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoksmile committed Sep 8, 2023
1 parent e6ae267 commit d6b1ee5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
3 changes: 1 addition & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ kotlin {
sourceSets {
val androidMain by getting {
dependencies {
// implementation("com.vitoksmile.health-kmp:koin:0.0.2")
implementation(project(":koin"))
implementation("com.vitoksmile.health-kmp:koin:0.0.2")
implementation(project(":sample"))

implementation("androidx.activity:activity-compose:1.7.2")
Expand Down
2 changes: 1 addition & 1 deletion core/HealthKMP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HealthKMP'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.homepage = 'https://github.com/vitoksmile/HealthKMP'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlin {

cocoapods {
name = "HealthKMP"
version = "0.0.1"
version = "0.0.2"
summary = "Wrapper for HealthKit on iOS and Google Fit and Health Connect on Android."
homepage = "https://github.com/vitoksmile/HealthKMP"
ios.deploymentTarget = "14.1"
Expand Down
2 changes: 1 addition & 1 deletion koin/HealthKMPKoin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HealthKMPKoin'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.homepage = 'https://github.com/vitoksmile/HealthKMP'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
5 changes: 2 additions & 3 deletions koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kotlin {

cocoapods {
name = "HealthKMPKoin"
version = "0.0.1"
version = "0.0.2"
summary =
"Shared Koin module for wrapper for HealthKit on iOS and Google Fit and Health Connect on Android."
homepage = "https://github.com/vitoksmile/HealthKMP"
Expand All @@ -57,8 +57,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
// implementation("com.vitoksmile.health-kmp:core:0.0.2")
implementation(project(":core"))
implementation("com.vitoksmile.health-kmp:core:0.0.2")

api("io.insert-koin:koin-core:3.4.0")
}
Expand Down
2 changes: 1 addition & 1 deletion sample/HealthKMPSample.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HealthKMPSample'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.homepage = 'https://github.com/vitoksmile/HealthKMP'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
5 changes: 2 additions & 3 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {

cocoapods {
name = "HealthKMPSample"
version = "0.0.1"
version = "0.0.2"
summary = "Wrapper for HealthKit on iOS and Google Fit and Health Connect on Android."
homepage = "https://github.com/vitoksmile/HealthKMP"
ios.deploymentTarget = "14.1"
Expand All @@ -30,8 +30,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
// implementation("com.vitoksmile.health-kmp:core:0.0.2")
implementation(project(":core"))
implementation("com.vitoksmile.health-kmp:core:0.0.2")

implementation(compose.runtime)
implementation(compose.foundation)
Expand Down

0 comments on commit d6b1ee5

Please sign in to comment.