Skip to content

Commit

Permalink
Target Android SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Dec 18, 2024
1 parent 4c05b8e commit 84f0d0c
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 @@ -5,8 +5,8 @@ buildscript {
ndkVersion: "27.2.12479018", // Keep it in sync in TC Dockerfile.

// In general, we should aim to keep these in sync with AC
compileSdkVersion: 34,
targetSdkVersion: 34,
compileSdkVersion: 35,
targetSdkVersion: 35,
minSdkVersion: 21,
jvmTargetCompatibility: 17,
]
Expand Down

0 comments on commit 84f0d0c

Please sign in to comment.