Skip to content

Commit

Permalink
Update compile and target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
russellcullen committed Aug 22, 2023
1 parent 09a7b0f commit a12b4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ plugins {

ext {
android_build_tools_version = "30.0.2"
android_compile_sdk_version = 31
android_compile_sdk_version = 33
android_min_sdk_version = 24
android_target_sdk_version = 31
android_target_sdk_version = 33

// Required for some dependencies only available from our private S3
//
Expand Down

0 comments on commit a12b4e2

Please sign in to comment.