@@ -14,9 +14,9 @@ android {
1414 defaultConfig {
1515 applicationId " de.raphaelebner.roomdatabasebackup.sample"
1616 minSdkVersion 21
17- targetSdkVersion 33
18- compileSdk 33
19- buildToolsVersion = " 33 .0.1 "
17+ targetSdkVersion 34
18+ compileSdk 34
19+ buildToolsVersion = " 34 .0.0 "
2020 versionCode 1
2121 versionName " 1.0.3"
2222
@@ -47,7 +47,7 @@ android {
4747
4848dependencies {
4949 implementation fileTree(dir : " libs" , include : [" *.jar" ])
50- implementation ' androidx.core:core-ktx:1.10.1 '
50+ implementation ' androidx.core:core-ktx:1.12.0 '
5151 implementation ' androidx.appcompat:appcompat:1.6.1'
5252 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5353 implementation project(path : ' :core' )
@@ -57,7 +57,7 @@ dependencies {
5757 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
5858
5959 // ROOM SQLite
60- def room_version = " 2.5.2 "
60+ def room_version = " 2.6.1 "
6161
6262 implementation " androidx.room:room-runtime:$room_version "
6363 ksp " androidx.room:room-compiler:$room_version "
@@ -69,7 +69,7 @@ dependencies {
6969 implementation " androidx.room:room-rxjava2:$room_version "
7070
7171 implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
72- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 "
72+ implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 "
7373
7474 // optional - Guava support for Room, including Optional and ListenableFuture
7575 implementation " androidx.room:room-guava:$room_version "
@@ -78,9 +78,9 @@ dependencies {
7878 testImplementation " androidx.room:room-testing:$room_version "
7979
8080 // Recyclerview Implementation
81- implementation ' androidx.recyclerview:recyclerview:1.3.1 '
81+ implementation ' androidx.recyclerview:recyclerview:1.3.2 '
8282
8383 // Material Design Implementation
84- implementation ' com.google.android.material:material:1.9 .0'
84+ implementation ' com.google.android.material:material:1.11 .0'
8585
8686}
0 commit comments