Skip to content

Commit 55b1359

Browse files
authored
chore(deps): upgrade Room library to v2.7.0-alpha12 (#52)
* As of android-15.0.0_r32 tag (ASB 2025-05) Signed-off-by: iusmac <iusico.maxim@libero.it>
1 parent ce1c6ba commit 55b1359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
// https://mvnrepository.com/artifact/androidx.room/room-runtime
77
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/room/room-compiler/
88
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/room/room-runtime/
9-
def room_version = '2.7.0-alpha01'
9+
def room_version = '2.7.0-alpha12'
1010
// https://mvnrepository.com/artifact/com.google.dagger/hilt-android
1111
// https://mvnrepository.com/artifact/com.google.dagger/hilt-compiler
1212
// https://android.googlesource.com/platform/external/dagger2

0 commit comments

Comments
 (0)