Skip to content

Commit 229abd5

Browse files
committed
Update libraries.
1 parent 221f468 commit 229abd5

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

app/build.gradle

+11-11
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ room {
6262
}
6363

6464
dependencies {
65-
implementation 'androidx.core:core-ktx:1.12.0'
65+
implementation 'androidx.core:core-ktx:1.13.1'
6666
implementation 'com.github.paolorotolo:appintro:6.3.1'
6767
implementation 'androidx.recyclerview:recyclerview:1.3.2'
68-
implementation 'com.google.android.material:material:1.11.0'
68+
implementation 'com.google.android.material:material:1.12.0'
6969
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
7070
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
7171
implementation "androidx.preference:preference-ktx:1.2.1"
7272
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0'
73-
implementation 'com.google.code.gson:gson:2.10'
74-
implementation 'androidx.webkit:webkit:1.10.0'
73+
implementation 'com.google.code.gson:gson:2.10.1'
74+
implementation 'androidx.webkit:webkit:1.11.0'
7575

7676
// Room database
7777
def room_version = "2.6.1"
@@ -87,8 +87,8 @@ dependencies {
8787
// // optional - Kotlin Extensions and Coroutines support for Room
8888
implementation("androidx.room:room-ktx:$room_version")
8989

90-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
91-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
90+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4"
91+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
9292

9393

9494
constraints {
@@ -102,17 +102,17 @@ dependencies {
102102

103103
// 'androidTest' dependencies for instrumentation (tests on device).
104104
// These are for room database migration test.
105-
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
105+
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
106106
androidTestImplementation "androidx.room:room-testing:2.6.1"
107-
androidTestImplementation "androidx.test:runner:1.5.2"
107+
androidTestImplementation "androidx.test:runner:1.6.2"
108108

109109

110110
// 'test' dependencies to run unit tests from the IDE
111-
testImplementation "androidx.test.ext:junit-ktx:1.1.5"
111+
testImplementation "androidx.test.ext:junit-ktx:1.2.1"
112112
testImplementation 'org.robolectric:robolectric:4.11.1'
113113

114114
// AndroidJUnitRunner and JUnit Rules
115-
testImplementation "androidx.test:runner:1.5.2"
116-
testImplementation "androidx.test:rules:1.5.0"
115+
testImplementation "androidx.test:runner:1.6.2"
116+
testImplementation "androidx.test:rules:1.6.1"
117117

118118
}

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ buildscript {
1111
}
1212
dependencies {
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
14-
classpath 'com.android.tools.build:gradle:8.2.2'
14+
classpath 'com.android.tools.build:gradle:8.5.2'
1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files
1717
}
1818
}
1919

2020
plugins {
21-
id("androidx.room") version "2.6.0" apply false
21+
id("androidx.room") version "2.6.1" apply false
2222
}
2323

2424
allprojects {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Feb 08 21:05:18 CET 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)