Skip to content

Commit 67b2503

Browse files
committed
app/build.grade: androidxRoomVersion 2.3.0 -> 2.4.1
This version of Room includes a fix for building dependant apps such as NewPipe on Apple Silicon devices (aarch64-darwin)
1 parent 3a9cdb2 commit 67b2503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ext {
101101
checkstyleVersion = '9.2.1'
102102

103103
androidxLifecycleVersion = '2.3.1'
104-
androidxRoomVersion = '2.3.0'
104+
androidxRoomVersion = '2.4.1'
105105

106106
icepickVersion = '3.2.0'
107107
exoPlayerVersion = '2.14.2'

0 commit comments

Comments
 (0)