Skip to content

Commit f13c69b

Browse files
Bump room_version from 2.6.1 to 2.7.0 in /13_room
Bumps `room_version` from 2.6.1 to 2.7.0. Updates `androidx.room:room-runtime` from 2.6.1 to 2.7.0 Updates `androidx.room:room-compiler` from 2.6.1 to 2.7.0 --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.room:room-compiler dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3de791 commit f13c69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_room/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
def lifecycle_version = "2.8.7"
5151
def gson_version = "2.12.1"
5252
def nav_version = "2.8.9"
53-
def room_version = "2.6.1"
53+
def room_version = "2.7.0"
5454

5555
implementation "androidx.core:core-ktx:$core_version"
5656
implementation "androidx.appcompat:appcompat:$appcompat_version"

0 commit comments

Comments
 (0)