Skip to content

Commit

Permalink
Bump compileSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Sep 28, 2023
1 parent bc51393 commit e267d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.fingerprintjs.android.playground"
Expand Down
2 changes: 1 addition & 1 deletion fingerprint/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}
}

compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 21
Expand Down

0 comments on commit e267d55

Please sign in to comment.