Skip to content

Commit

Permalink
Update target on Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
michaem committed Nov 12, 2023
1 parent d37843f commit a147360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ buildscript {
androidProjectConfiguration(
project = rootProject,
minSdk = 21,
targetSdk = 33,
compileSdk = 33,
targetSdk = 34,
compileSdk = 34,
agpVersion = "8.1.2",
extraPlugins =
listOf(
Expand Down

0 comments on commit a147360

Please sign in to comment.