Skip to content

Commit

Permalink
Targeting Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIlchev committed Oct 4, 2023
1 parent 608e9fa commit 2742972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencyResolutionManagement {
create("libs") {

// https://developer.android.com/tools/releases/build-tools
version("buildToolsVersion", "33.0.2")
version("buildToolsVersion", "34.0.0")

// https://developer.android.com/tools/releases/platforms
version("compileSdk", "33")
version("compileSdk", "34")
version("minSdk", "28")
}
}
Expand Down

0 comments on commit 2742972

Please sign in to comment.