mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
repo: add play variant
This commit is contained in:
@@ -37,6 +37,11 @@ android {
|
||||
dimension = "default"
|
||||
applicationId "com.cappielloantonio.notquitemy.tempo"
|
||||
}
|
||||
|
||||
play {
|
||||
dimension = "default"
|
||||
applicationId "com.cappielloantonio.play.tempo"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -90,6 +95,7 @@ dependencies {
|
||||
implementation 'androidx.media3:media3-ui:1.4.0'
|
||||
implementation 'androidx.media3:media3-exoplayer-hls:1.4.0'
|
||||
tempoImplementation 'androidx.media3:media3-cast:1.4.0'
|
||||
playImplementation 'androidx.media3:media3-cast:1.4.0'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.6.1'
|
||||
|
||||
Reference in New Issue
Block a user