Skip to content

Commit

Permalink
update android compileSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Dec 2, 2024
1 parent faf34e9 commit c2c78c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eungabi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {

android {
namespace = "com.easternkite.eungabi"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit c2c78c1

Please sign in to comment.