fix: add compileSdk again

This commit is contained in:
2025-12-07 20:38:19 +01:00
parent d293e3bcfe
commit 5aa82bec70

View File

@@ -5,6 +5,8 @@ apply plugin: 'kotlin-parcelize'
android { android {
buildToolsVersion = '35.0.0' buildToolsVersion = '35.0.0'
compileSdk 35
defaultConfig { defaultConfig {
minSdkVersion 24 minSdkVersion 24
targetSdk 35 targetSdk 35