Skip to content

Commit 7b1e915

Browse files
authored
Merge pull request #82 from sieunju/develop
fix: compileSDKVersion deprecated λŒ€μ‘
2 parents cc01ff3 + 09f6e56 commit 7b1e915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žapp/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
1010

1111
android {
1212
namespace = "com.hmju.httptracking"
13-
compileSdkVersion 34
13+
compileSdk 34
1414
defaultConfig {
1515
applicationId "com.hmju.httptracking"
1616
minSdkVersion 23

β€Žui/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "hmju.http.tracking"
10-
compileSdkVersion 34
10+
compileSdk 34
1111
defaultConfig {
1212
minSdkVersion 23
1313
targetSdkVersion 34

0 commit comments

Comments
Β (0)