Skip to content

Commit

Permalink
Merge pull request #233 from tarkalabs/younes/FixingVersion
Browse files Browse the repository at this point in the history
Version Fixing plus Repo Fix.
  • Loading branch information
rajajawahar authored May 8, 2024
2 parents 9ede3a0 + b6c5024 commit c41c9ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url = "https://maven.pkg.github.com/tarkalabs/tarka-ui-kit-android") {
credentials {
username = System.getenv("GITHUB_USER")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
rootProject.name = "tarka-ui-kit-android"
Expand Down
2 changes: 1 addition & 1 deletion tarka-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiVersion")
implementation("androidx.compose.material3:material3:1.2.0")
implementation("androidx.compose.foundation:foundation:$composeUiVersion")
api("com.tarkalabs:tarkaui-icons:1.0.1")
api("com.tarkalabs:tarkaui-icons:1.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit c41c9ec

Please sign in to comment.