Skip to content

Commit

Permalink
[MOD/#1] Android SDK version 34로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Dec 19, 2023
1 parent c3f9ce9 commit 89cb9bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modern-android-compose/section01/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.ocomwan.myapplication"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.ocomwan.myapplication"
minSdk = 28
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand All @@ -25,7 +25,7 @@ android {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
"proguard-rules.pro",
)
}
}
Expand Down Expand Up @@ -69,4 +69,4 @@ dependencies {

// Navigation
implementation("androidx.navigation:navigation-compose:2.7.6")
}
}

0 comments on commit 89cb9bb

Please sign in to comment.