Skip to content

Commit d4e9cf2

Browse files
committed
Upgrade SafeRoom to 1.4.0 and add AGP 8.13.0 lint workaround
This commit upgrades the `saferoom` dependency from version 1.3.1 to 1.4.0. It also adds a workaround for a bug in Android Gradle Plugin 8.13.0 by disabling the `Aligned16KB` lint check. To support this change, several `.gitkeep` files have been added or moved to `jniLibs` directories, ensuring they are included in the build.
1 parent c1557a1 commit d4e9cf2

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

app/android/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ android {
6464
emulatorControl.enable = true
6565
}
6666
androidResources.generateLocaleConfig = true
67+
lint.disable += "Aligned16KB" // Workaround for AGP 8.13.0 PageAlignmentDetector bug
6768
}
6869

6970
dependencies {
File renamed without changes.

core/data/db-sqldelight/src/androidMain/jniLibs/.gitkeep

Whitespace-only changes.

core/domain/src/androidMain/jniLibs/.gitkeep

Whitespace-only changes.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coroutines = "1.10.2"
1313
sqlDelight = "2.1.0"
1414
room = "2.8.1"
1515
androidxSqlite = "2.6.1"
16-
saferoom = "1.3.1"
16+
saferoom = "1.4.0"
1717
androidSqlCipher = "4.10.0"
1818
iosSqlCipher = "4.9.0"
1919
stately = "2.1.0"

thirdparty/androidx/paging/compose/src/androidMain/jniLibs/.gitkeep

Whitespace-only changes.

ui/shared/src/androidMain/jniLibs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)