@@ -14,9 +14,9 @@ android {
1414 defaultConfig {
1515 applicationId = " de.raphaelebner.roomdatabasebackup.sample"
1616 minSdk = 21
17- targetSdk = 34
18- compileSdk = 34
19- buildToolsVersion = " 34 .0.0"
17+ targetSdk = 35
18+ compileSdk = 35
19+ buildToolsVersion = " 35 .0.0"
2020 versionCode = 1
2121 versionName = " 1.0.3"
2222
@@ -47,14 +47,14 @@ android {
4747
4848dependencies {
4949 implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
50- implementation(" androidx.core:core-ktx:1.13 .0" )
51- implementation(" androidx.appcompat:appcompat:1.6.1 " )
52- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
50+ implementation(" androidx.core:core-ktx:1.15 .0" )
51+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
52+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
5353 implementation(project(" :core" ))
5454 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
5555 testImplementation(" junit:junit:4.13.2" )
56- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
57- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
56+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
57+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
5858
5959 // ROOM SQLite
6060 val roomVersion = " 2.6.1"
@@ -69,7 +69,7 @@ dependencies {
6969 implementation(" androidx.room:room-rxjava2:$roomVersion " )
7070
7171 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
72- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 " )
72+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 " )
7373
7474 // optional - Guava support for Room, including Optional and ListenableFuture
7575 implementation(" androidx.room:room-guava:$roomVersion " )
@@ -81,6 +81,6 @@ dependencies {
8181 implementation(" androidx.recyclerview:recyclerview:1.3.2" )
8282
8383 // Material Design Implementation
84- implementation(" com.google.android.material:material:1.11 .0" )
84+ implementation(" com.google.android.material:material:1.12 .0" )
8585
8686}
0 commit comments