Skip to content

Commit

Permalink
chore: test pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
RyensX committed Sep 11, 2024
1 parent ef486bc commit b1258a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
def composeBom = platform('androidx.compose:compose-bom:2024.06.00')
implementation composeBom
androidTestImplementation composeBom

// Material Design 3
implementation 'androidx.compose.material3:material3'
// or Material Design 2
Expand Down Expand Up @@ -194,4 +194,6 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
// Optional - Integration with LiveData
implementation 'androidx.compose.runtime:runtime-livedata'

//test ci pkg
}

0 comments on commit b1258a8

Please sign in to comment.