File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88android {
99 namespace = " dev.pranav.appintro"
10- compileSdk = 36
10+ compileSdk = 37
1111
1212 defaultConfig {
1313 minSdk = 26
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77android {
88 namespace = " dev.pranav.hidden_api"
9- compileSdk = 36
9+ compileSdk = 37
1010
1111 defaultConfig {
1212 minSdk = 26
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ plugins {
55
66android {
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
You can’t perform that action at this time.
0 commit comments