Skip to content

Commit

Permalink
update Android SDK to API level 35 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Aug 8, 2024
1 parent 60f1dfa commit f9140c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fix_android_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# These will have to be updated manually over time, there's not an
# easy way to determine the latest version.
COMPILE_SDK_VERSION = 34
TARGET_SDK_VERSION = 34
BUILD_TOOLS_VERSION = '34.0.0'
COMPILE_SDK_VERSION = 35
TARGET_SDK_VERSION = 35
BUILD_TOOLS_VERSION = '35.0.0'

# build.gradle(.kts) files
COMPILE_SDK_RE = r'compileSdk(?:Version)?\s*=?\s*[\w]+'
Expand Down

0 comments on commit f9140c9

Please sign in to comment.