Skip to content

Commit

Permalink
Updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Apr 11, 2023
1 parent 7636a4c commit ee5af65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ buildscript {
gradlePluginPortal()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }

}
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
Expand Down
2 changes: 1 addition & 1 deletion sample/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kotlin {
implementation("co.touchlab:kermit-koin:1.2.2")
implementation(compose.runtime)
api(project(":atomik"))
//implementation("com.kevinschildhorn.atomik:atomik:0.0.2")
//implementation("com.github.KevinSchildhorn:Atomik:0.0.2")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample/common/common.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'common'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.homepage = 'Link to a Kotlin/Native module homepage'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencyResolutionManagement {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://plugins.gradle.org/m2/")
maven("https://jitpack.io")
}
}

Expand Down

0 comments on commit ee5af65

Please sign in to comment.