Skip to content

Commit 6cc29c6

Browse files
committed
chore: Bump compileSdk to 37
1 parent d31bca0 commit 6cc29c6

4 files changed

Lines changed: 5 additions & 10 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "dev.pranav.applock"
1515
minSdk = 26
1616
targetSdk = 37
17-
versionCode = 242
18-
versionName = "2.4.2"
17+
versionCode = 243
18+
versionName = "2.4.3"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}
@@ -57,7 +57,6 @@ dependencies {
5757
implementation(libs.androidx.core.ktx)
5858
implementation(libs.androidx.lifecycle.runtime.ktx)
5959
implementation(libs.androidx.activity.compose)
60-
// fixes "Can only use lower 16 bits for requestCode"
6160
implementation(libs.androidx.activity.ktx)
6261
implementation(libs.androidx.fragment.ktx)
6362
implementation(platform(libs.androidx.compose.bom))

appintro/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "dev.pranav.appintro"
10-
compileSdk = 36
10+
compileSdk = 37
1111

1212
defaultConfig {
1313
minSdk = 26

hidden-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace = "dev.pranav.hidden_api"
9-
compileSdk = 36
9+
compileSdk = 37
1010

1111
defaultConfig {
1212
minSdk = 26

patternlock/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ plugins {
55

66
android {
77
namespace = "com.mrhwsn.composelock"
8-
compileSdk {
9-
version = release(36) {
10-
minorApiLevel = 1
11-
}
12-
}
8+
compileSdk = 37
139

1410
defaultConfig {
1511
minSdk = 26

0 commit comments

Comments
 (0)