Skip to content

Commit 116d2f7

Browse files
Make project compile on M1 macs
1 parent 5241201 commit 116d2f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
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
@@ -88,7 +88,7 @@ dependencies {
8888

8989
implementation 'com.jakewharton.timber:timber:4.7.1'
9090

91-
def room_version = "2.2.5"
91+
def room_version = "2.4.2"
9292
implementation "androidx.room:room-runtime:$room_version"
9393
implementation "androidx.room:room-ktx:$room_version"
9494
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.21'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)