diff --git a/app/build.gradle.kts b/app/build.gradle.kts index dcf5518..5073238 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,12 +23,12 @@ plugins { android { namespace = "com.example.marsphotos" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.example.marsphotos" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = 1 versionName = "1.0" @@ -57,9 +57,6 @@ android { buildFeatures { compose = true } - composeOptions { - kotlinCompilerExtensionVersion = "1.5.15" - } packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}"