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 107e410 commit bdec3b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
Empty file.
9 changes: 1 addition & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ ext.codeCoverage = [

android {
namespace 'com.wisnu.kurniawan.wallee'
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 Expand Up @@ -259,9 +258,3 @@ dependencies {
testImplementation libs.test.turbine

}

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
freeCompilerArgs += '-Xopt-in=kotlin.RequiresOptIn'
}
}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 bdec3b9

Please sign in to comment.