Skip to content

Commit

Permalink
Android: build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 15, 2024
1 parent 4562d5a commit 2d37a3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ android {
}

dependencies {
def room_version = "2.5.2"
def room_version = "2.6.1"

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "androidx.lifecycle:lifecycle-common-java8:2.6.1"
implementation "androidx.lifecycle:lifecycle-common-java8:2.8.6"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
}
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.8.22'
kotlin_version = '1.9.20'
}
repositories {
jcenter()
Expand Down

0 comments on commit 2d37a3e

Please sign in to comment.