Skip to content

Commit

Permalink
Bump target SDK to Android 14 (app) / 13 (Wear) (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom authored Sep 6, 2024
1 parent e0e4293 commit cdb29a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ androidBeaconLibrary = "2.20.6"
androidPlugin = "8.5.2"
androidSdk-compile = "34"
androidSdk-min = "21"
androidSdk-target = "33"
androidSdk-target = "34"
androidSdk-automotive-min = "29"
androidSdk-wear-min = "26"
androidSdk-wear-target = "32"
androidSdk-wear-target = "33"
appcompat = "1.7.0"
biometric = "1.1.0"
blurView = "version-2.0.5"
Expand Down

0 comments on commit cdb29a6

Please sign in to comment.