Skip to content

Commit d782994

Browse files
authored
Merge pull request #336 from onuralpszr/chore/compile-sdk-37
chore: bump compileSdk to 37
2 parents f3884e0 + 16d5a08 commit d782994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val gitCommitHash = providers.of(GitVersionValueSource::class) {}.get()
1111
android {
1212

1313
namespace = "com.os.cvCamera"
14-
compileSdk = 36
14+
compileSdk = 37
1515

1616
defaultConfig {
1717
applicationId = "com.os.cvCamera"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android-gradle-plugin = "9.3.1"
44

55
minSdk = "24"
66
targetSdk = "36"
7-
compileSdk = "36"
7+
compileSdk = "37"
88
versionCode = "2"
99
versionName = "2.0.0"
1010

0 commit comments

Comments
 (0)