Skip to content

Commit

Permalink
Merge pull request #246 from tarkalabs/priya/improvement/dataStyle
Browse files Browse the repository at this point in the history
Improvement : Implemented utilityDisabledContent in TUIDateStyle
  • Loading branch information
rajajawahar authored May 23, 2024
2 parents 6b9e4b3 + e2d926e commit 7a89d97
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 223 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

dependencies {
val composeUiVersion = "1.4.1"
implementation("com.tarkalabs:tarkaui:1.1.24")
implementation("com.tarkalabs:tarkaui:1.1.28")
implementation("com.tarkalabs:tarkaui-icons:1.0.5")
implementation("com.microsoft.design:fluent-system-icons:1.1.239@aar")
implementation("androidx.core:core-ktx:1.10.0")
Expand Down
3 changes: 2 additions & 1 deletion tarka-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ publishing {
run {
groupId = "com.tarkalabs"
artifactId = getLibraryArtifactId()
version = "1.1.26"
version = "1.1.28"
artifact("$buildDir/outputs/aar/tarka-ui-release.aar")
}
}
Expand Down Expand Up @@ -97,6 +97,7 @@ dependencies {
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
api("com.microsoft.design:fluent-system-icons:1.1.239@aar")

androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.3")
androidTestImplementation("org.mockito:mockito-android:4.5.1")
Expand Down
Loading

0 comments on commit 7a89d97

Please sign in to comment.