Skip to content

Commit

Permalink
build gradle ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
DwEnn committed Oct 18, 2023
1 parent bb91d78 commit f2d58bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ android {
defaultConfig {
applicationId = "com.keyme.app"
minSdk = AppConfig.minSdkVersion
targetSdk = AppConfig.targetSdkVersion
versionCode = AppConfig.versionCode
versionName = AppConfig.versionName

Expand All @@ -53,6 +54,12 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
buildTypes {
release {
isMinifyEnabled = false
isShrinkResources = false
}
}
}

dependencies {
Expand Down

0 comments on commit f2d58bd

Please sign in to comment.