mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
Make target and compile sdk version 35 again
This commit is contained in:
parent
24e9d6c5bf
commit
5a206e101f
3 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue