Skip to content

Commit

Permalink
Merge pull request #533 from hannesa2/dependabot/gradle/room_version-…
Browse files Browse the repository at this point in the history
…2.6.1

Bump room_version from 2.6.0 to 2.6.1
  • Loading branch information
hannesa2 authored Dec 3, 2023
2 parents ab04223 + 675a185 commit 23dbe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ println "Gradle uses Java ${Jvm.current()}"
ext {
compileSdkVersion = 34
targetSdk = 34
room_version = "2.6.0"
room_version = "2.6.1"
logcatVersion = "3.2"
}

Expand Down

0 comments on commit 23dbe5b

Please sign in to comment.