Make target and compile sdk version 35 again

This commit is contained in:
Valeri Gokadze 2024-12-06 13:56:59 +04:00
parent 24e9d6c5bf
commit 5a206e101f
3 changed files with 14 additions and 13 deletions

View file

@ -5,12 +5,12 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.google.devtools.ksp'
android {
compileSdk 34
compileSdk 35
namespace "code.name.monkey.retromusic"
defaultConfig {
minSdk 21
targetSdk 34
targetSdk 35
vectorDrawables.useSupportLibrary = true