Skip to content

Commit

Permalink
Bump min, target and compile SDK to API 35
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson committed Sep 9, 2024
1 parent ec3aa35 commit 38d8a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ protobufPlugin = "0.9.4"
ktlint = "11.5.0"

# Android SDK versions
compileSdk = "34"
minSdk = "34"
targetSdk = "34"
compileSdk = "35"
minSdk = "35"
targetSdk = "35"

# Test versions
junit4 = "4.13.2"
Expand Down

0 comments on commit 38d8a7f

Please sign in to comment.