diff --git a/app/build.gradle b/app/build.gradle index 6c3ffcc..edf15c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,15 +37,13 @@ ext.codeCoverage = [ android { namespace 'com.wisnu.kurniawan.composetodolist' - compileSdkVersion project.ext.compileSdkVersion - buildToolsVersion project.ext.buildToolsVersion - defaultConfig { minSdkVersion project.ext.minSdkVersion targetSdkVersion project.ext.targetSdkVersion applicationId project.ext.appId versionCode project.ext.versionCode versionName project.ext.versionName + compileSdk project.ext.compileSdkVersion vectorDrawables { useSupportLibrary true diff --git a/build.gradle b/build.gradle index 06ac1cd..b9cd051 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,6 @@ allprojects { minSdkVersion = 21 targetSdkVersion = 34 compileSdkVersion = 34 - buildToolsVersion = "34.0.0" appId = project.properties["application_id"] versionCode = Integer.parseInt(project.properties["version_code"]) versionName = project.properties["version_name"]