Skip to content

Commit

Permalink
Bump compile and target SDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 5, 2024
1 parent b0158f1 commit 84b8d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext.versions = [
'minSdk' : 21,
'compileSdk' : 33,
'targetSdk' : 33,
'compileSdk' : 34,
'targetSdk' : 34,
'sourceCompat' : JavaVersion.VERSION_11,
'targetCompat' : JavaVersion.VERSION_11,
]
Expand Down

0 comments on commit 84b8d41

Please sign in to comment.