Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wisnukurniawan committed Dec 1, 2024
1 parent fc63d58 commit 737d967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 737d967

Please sign in to comment.