chore: bump version and remove play details from build

This commit is contained in:
eddyizm 2025-10-08 21:50:10 -07:00
parent 903fde4bdc
commit 87f8bdc618
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdk 35 targetSdk 35
versionCode 33 versionCode 34
versionName '3.16.0' versionName '3.16.6'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions { javaCompileOptions {
@ -50,10 +50,6 @@ android {
applicationId "com.cappielloantonio.notquitemy.tempo" applicationId "com.cappielloantonio.notquitemy.tempo"
} }
play {
dimension = "default"
applicationId "com.cappielloantonio.play.tempo"
}
} }
buildTypes { buildTypes {
@ -115,7 +111,7 @@ dependencies {
implementation 'androidx.media3:media3-ui:1.5.1' implementation 'androidx.media3:media3-ui:1.5.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.5.1' implementation 'androidx.media3:media3-exoplayer-hls:1.5.1'
tempoImplementation 'androidx.media3:media3-cast:1.5.1' tempoImplementation 'androidx.media3:media3-cast:1.5.1'
playImplementation 'androidx.media3:media3-cast:1.5.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
annotationProcessor 'androidx.room:room-compiler:2.6.1' annotationProcessor 'androidx.room:room-compiler:2.6.1'