@@ -19,12 +19,12 @@ android {
1919 }
2020 }
2121 defaultConfig {
22- compileSdk 34
22+ compileSdk 35
2323 applicationId " com.mikifus.padland"
24- minSdkVersion 19
25- targetSdkVersion 34
24+ minSdkVersion 21
25+ targetSdkVersion 35
2626 versionName ' 3.3'
27- versionCode 29
27+ versionCode 30
2828 multiDexEnabled true
2929 vectorDrawables. useSupportLibrary = true
3030 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
@@ -72,19 +72,19 @@ room {
7272}
7373
7474dependencies {
75- implementation ' androidx.core:core-ktx:1.13.1 '
75+ implementation ' androidx.core:core-ktx:1.16.0 '
7676 implementation ' com.github.paolorotolo:appintro:6.3.1'
77- implementation ' androidx.recyclerview:recyclerview:1.3.2 '
77+ implementation ' androidx.recyclerview:recyclerview:1.4.0 '
7878 implementation ' com.google.android.material:material:1.12.0'
79- implementation ' androidx.recyclerview:recyclerview-selection:1.1 .0'
79+ implementation ' androidx.recyclerview:recyclerview-selection:1.2 .0'
8080 implementation ' com.android.support.constraint:constraint-layout:2.0.4'
8181 implementation " androidx.preference:preference-ktx:1.2.1"
8282 implementation ' com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0'
83- implementation ' com.google.code.gson:gson:2.10 .1'
84- implementation ' androidx.webkit:webkit:1.11 .0'
83+ implementation ' com.google.code.gson:gson:2.13 .1'
84+ implementation ' androidx.webkit:webkit:1.14 .0'
8585
8686 // Room database
87- def room_version = " 2.6.1 "
87+ def room_version = " 2.7.2 "
8888
8989 implementation(" androidx.room:room-runtime:$room_version " )
9090 annotationProcessor(" androidx.room:room-compiler:$room_version " )
@@ -97,8 +97,8 @@ dependencies {
9797// // optional - Kotlin Extensions and Coroutines support for Room
9898 implementation(" androidx.room:room-ktx:$room_version " )
9999
100- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4 "
101- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 "
100+ implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 "
101+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.9.2 "
102102
103103
104104 constraints {
@@ -113,13 +113,13 @@ dependencies {
113113 // 'androidTest' dependencies for instrumentation (tests on device).
114114 // These are for room database migration test.
115115 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
116- androidTestImplementation " androidx.room:room-testing:2.6.1 "
116+ androidTestImplementation " androidx.room:room-testing:2.7.2 "
117117 androidTestImplementation " androidx.test:runner:1.6.2"
118118
119119
120120 // 'test' dependencies to run unit tests from the IDE
121121 testImplementation " androidx.test.ext:junit-ktx:1.2.1"
122- testImplementation ' org.robolectric:robolectric:4.11 .1'
122+ testImplementation ' org.robolectric:robolectric:4.15 .1'
123123
124124 // AndroidJUnitRunner and JUnit Rules
125125 testImplementation " androidx.test:runner:1.6.2"
0 commit comments