Skip to content

Commit 3c02543

Browse files
committed
Updated compile and target sdk version to 35
1 parent 5cd204f commit 3c02543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth0/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ version = getVersionFromFile()
3434
logger.lifecycle("Using version ${version} for ${name}")
3535

3636
android {
37-
compileSdkVersion 34
37+
compileSdkVersion 35
3838

3939
defaultConfig {
4040
minSdkVersion 21
41-
targetSdkVersion 34
41+
targetSdkVersion 35
4242
versionCode 1
4343
versionName project.version
4444

0 commit comments

Comments
 (0)