From 87f8bdc618dc90103cc81abf1ab530f048007d4b Mon Sep 17 00:00:00 2001 From: eddyizm Date: Wed, 8 Oct 2025 21:50:10 -0700 Subject: [PATCH] chore: bump version and remove play details from build --- app/build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a5d63c7d..43bbc967 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 33 - versionName '3.16.0' + versionCode 34 + versionName '3.16.6' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { @@ -50,10 +50,6 @@ android { applicationId "com.cappielloantonio.notquitemy.tempo" } - play { - dimension = "default" - applicationId "com.cappielloantonio.play.tempo" - } } buildTypes { @@ -115,7 +111,7 @@ dependencies { implementation 'androidx.media3:media3-ui:1.5.1' implementation 'androidx.media3:media3-exoplayer-hls: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 'androidx.room:room-compiler:2.6.1'