Skip to content

Commit

Permalink
Updating Version to Publish Tarka Icons and Tarka Ui Kit (#257)
Browse files Browse the repository at this point in the history
* Updating Formatting for the base components, adding TUIToggleRow feature to show unavailable. Adjusting padding and other measurements stuff.

* Updating Formatting for the base components, adding Not available for TUICheckRoxRow and tuiSelectionCard

* Updating Formatting for Email components.

* Updating Formatting for Radio components.

* Updating Formatting for tab components.

* Adding Shape for extra small, adding color for error55, formatting the code.

* Adding new component of TuiAppBottomBar

* Adding behaviour of barcode to TuiSearchBar, and fixing trailing Icon issue.

* Adding behaviour of barcode to TUIAppTopBar

* Updating formatting of TUIAttachmentUpload

* Updating formatting of TUIChip.

* Adding new component of TUIContentBox.

* Updating Formatting for TUIDivider.

* Updating Formatting for TUIMediaThumbnail.kt.

* Adding Custom Style Parametrizing for TUIMobileButtonBlock

* Updating Formatting in TUIMobileOverlayFooter

* Updating Formatting in TUIMobileOverlayHeader

* Updating Formatting in TUIMobileOverlayMenuItem

* Updating Formatting in TUINavigationRow

* Updating Formatting in TUIPlayPauseButton

* Updating Formatting in TUISnackBar

* Updating Formatting in TUIStatusIndicator

* Updating Formatting in TUITableCell

* Updating Formatting in TUITag.

* Updating Formatting in TUITextRow, improving the design of Stepper, and General Design.

* Updating Formatting in TUIToggleSwitch

* Updating Test for TUIBadgeTest and TUITableCellTest

* Updating Fluent Icons Version.

* Updating the versions of Apis.
  • Loading branch information
Younes-Charfaoui authored Oct 25, 2024
1 parent 8cac87f commit 115f27e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
15 changes: 7 additions & 8 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,23 @@ android {
}

dependencies {
val composeUiVersion = "1.4.1"

implementation(project(":tarka-ui"))
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("com.tarkalabs:tarkaui-icons:1.0.5")
implementation("com.microsoft.design:fluent-system-icons:1.1.239@aar")
implementation("com.microsoft.design:fluent-system-icons:1.1.261@aar")
implementation("androidx.core:core-ktx:1.10.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.activity:activity-compose:1.7.1")
implementation("androidx.compose.ui:ui:$composeUiVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiVersion")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation ("androidx.compose.material3:material3:1.2.0")

testImplementation("junit:junit:4.13.2")
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")
androidTestImplementation("org.mockito:mockito-android:4.5.1")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$composeUiVersion")
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiVersion")
debugImplementation("androidx.compose.ui:ui-test-manifest:$composeUiVersion")
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
}
6 changes: 3 additions & 3 deletions tarka-ui-icons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ publishing {
run {
groupId = "com.tarkalabs"
artifactId = "tarkaui-icons"
version = "1.0.5"
artifact("$buildDir/outputs/aar/tarka-ui-icons-release.aar")
version = "1.0.6"
artifact("${layout.buildDirectory.get()}/outputs/aar/tarka-ui-icons-release.aar")
}
}
}
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("androidx.compose.runtime:runtime")
implementation("androidx.compose.ui:ui")
api("com.microsoft.design:fluent-system-icons:1.1.239@aar")
api("com.microsoft.design:fluent-system-icons:1.1.261@aar")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down
6 changes: 3 additions & 3 deletions tarka-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ publishing {
run {
groupId = "com.tarkalabs"
artifactId = getLibraryArtifactId()
version = "1.1.30"
artifact("$buildDir/outputs/aar/tarka-ui-release.aar")
version = "1.2.0"
artifact("${layout.buildDirectory.get()}/outputs/aar/tarka-ui-release.aar")
}
}
}
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies {
androidTestImplementation("androidx.test.ext:junit:1.2.1")
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")
api("com.microsoft.design:fluent-system-icons:1.1.261@aar")

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

0 comments on commit 115f27e

Please sign in to comment.