Skip to content

Commit 4a0effc

Browse files
committed
Update dependencies and bump version to 2.2.3
- Update AGP to 9.0.1 and Kotlin to 2.3.10 - Update Compose BOM to 2026.02.00 - Bump version to 2.2.3 (code 223) - Add `/release` to app module gitignore
1 parent 8b87ee9 commit 4a0effc

6 files changed

Lines changed: 13 additions & 47 deletions

File tree

app/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/build
1+
/build
2+
/release

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ plugins {
99
android {
1010
namespace = "dev.pranav.applock"
1111
compileSdk = 36
12+
1213
// Builds with Canary Preview won't work on non-Canary devices
1314
// compileSdkPreview = "CANARY"
1415

@@ -17,8 +18,8 @@ android {
1718
minSdk = 26
1819
targetSdk = 36
1920
// targetSdkPreview = "CANARY"
20-
versionCode = 222
21-
versionName = "2.2.2"
21+
versionCode = 223
22+
versionName = "2.2.3"
2223

2324
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2425
}

app/release/app-release.apk

-2.31 MB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixes Anti Uninstall Protection for all devices.

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
agp = "9.0.0"
2+
agp = "9.0.1"
33
annotation = "1.9.1"
44
refine = "4.4.0"
55
hiddenapibypass = "6.1"
66
shizuku = "13.1.5"
77
biometric = "1.4.0-alpha02"
88
fragmentKtx = "1.8.9"
9-
kotlin = "2.2.20-RC2"
9+
kotlin = "2.3.10"
1010
coreKtx = "1.17.0"
11-
lifecycleRuntimeKtx = "2.10.0-alpha03"
12-
activityCompose = "1.12.0-alpha07"
13-
composeBom = "2025.08.01"
14-
material3 = "1.5.0-alpha03"
11+
lifecycleRuntimeKtx = "2.10.0"
12+
activityCompose = "1.12.4"
13+
composeBom = "2026.02.00"
14+
material3 = "1.5.0-alpha14"
1515
materialIconsCore = "1.7.8"
16-
navigationCompose = "2.9.3"
16+
navigationCompose = "2.9.7"
1717

1818
[libraries]
1919
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityCompose" }

0 commit comments

Comments
 (0)