Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Created November 20, 2021 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arildojr7/74b96acd4fe781dc72e741604333db43 to your computer and use it in GitHub Desktop.
Save arildojr7/74b96acd4fe781dc72e741604333db43 to your computer and use it in GitHub Desktop.
dependencies compose + wear os
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
// Compose
implementation "androidx.activity:activity-compose:1.3.1"
implementation "androidx.compose.runtime:runtime-livedata:1.0.5"
implementation "androidx.compose.ui:ui-tooling-preview:1.0.5"
implementation "androidx.compose.ui:ui:1.0.5"
implementation "androidx.compose.compiler:compiler:1.0.5"
implementation "androidx.compose.foundation:foundation:1.0.5"
implementation "androidx.wear.compose:compose-material:1.0.0-alpha10"
implementation "androidx.wear.compose:compose-foundation:1.0.0-alpha10"
debugImplementation "androidx.compose.ui:ui-tooling:1.0.5"
// TarsosDSP
implementation files('../libs/tarsos-dsp-android.jar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment