Skip to content

Commit d92b95f

Browse files
Make project compile on M1 macs
(cherry picked from commit 116d2f7)
1 parent 8f64ca5 commit d92b95f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080

8181
implementation 'com.jakewharton.timber:timber:4.7.1'
8282

83-
def room_version = "2.2.5"
83+
def room_version = "2.4.2"
8484
implementation "androidx.room:room-runtime:$room_version"
8585
implementation "androidx.room:room-ktx:$room_version"
8686
kapt "androidx.room:room-compiler:$room_version"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.0'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)