diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e941224ab..54c5c91f6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,6 +23,8 @@ android { versionName = libs.versions.versionName.get() testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + targetSdk = 35 + buildConfigs(rootDir) { string(name = "S3_BASE_URL", key = "s3.url") string(name = "KAKAO_APP_KEY", key = "kakao.app.key") diff --git a/build-logic/src/main/kotlin/websoso.android.kotlin.gradle.kts b/build-logic/src/main/kotlin/websoso.android.kotlin.gradle.kts index 5862df17d..36e20d045 100644 --- a/build-logic/src/main/kotlin/websoso.android.kotlin.gradle.kts +++ b/build-logic/src/main/kotlin/websoso.android.kotlin.gradle.kts @@ -8,7 +8,7 @@ plugins { } androidExtension.apply { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30 diff --git a/core/resource/build.gradle.kts b/core/resource/build.gradle.kts index e6996b159..8eab46959 100644 --- a/core/resource/build.gradle.kts +++ b/core/resource/build.gradle.kts @@ -4,7 +4,7 @@ plugins { android { namespace = "com.into.websoso.core.resource" - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 30