Skip to content

Commit

Permalink
Revert "Update target on Android 14"
Browse files Browse the repository at this point in the history
This reverts commit a147360.
  • Loading branch information
michaem committed Nov 22, 2023
1 parent a147360 commit 9f36a42
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 = 34,
compileSdk = 34,
targetSdk = 33,
compileSdk = 33,
agpVersion = "8.1.2",
extraPlugins =
listOf(
Expand Down

0 comments on commit 9f36a42

Please sign in to comment.