diff --git a/app/build.gradle b/app/build.gradle index f8d53bd8..bc529c87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "com.brouken.player" minSdkVersion 21 targetSdkVersion 34 - versionCode 154 + versionCode 155 versionName "0.${versionCode}" archivesBaseName = "Just.Player.v${versionName}" } diff --git a/build.gradle b/build.gradle index e2b318a7..32f1bd6d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.0' + classpath 'com.android.tools.build:gradle:8.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files