@@ -11,11 +11,11 @@ plugins {
1111}
1212
1313android {
14- compileSdk = 32
14+ compileSdk = 33
1515
1616 defaultConfig {
1717 minSdk = 19
18- targetSdk = 32
18+ targetSdk = 33
1919 multiDexEnabled = true
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 }
@@ -82,10 +82,10 @@ tasks.dokkaHtml.configure {
8282
8383dependencies {
8484 // Androidx
85- implementation(" androidx.appcompat:appcompat:1.4 .1" )
86- implementation(" com.google.android.material:material:1.5 .0" )
85+ implementation(" androidx.appcompat:appcompat:1.5 .1" )
86+ implementation(" com.google.android.material:material:1.7 .0" )
8787 implementation(" androidx.recyclerview:recyclerview:1.2.1" )
88- implementation(" androidx.constraintlayout:constraintlayout:2.1.3 " )
88+ implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
8989 implementation(" androidx.multidex:multidex:2.0.1" )
9090
9191 // RendererRecyclerViewAdapter
@@ -97,7 +97,7 @@ dependencies {
9797 // ImagePicker
9898 api(" com.github.dhaval2404:imagepicker:2.1" )
9999
100- implementation(" com.github.bumptech.glide:glide:4.13.1 " )
100+ implementation(" com.github.bumptech.glide:glide:4.14.2 " )
101101
102102 // Input mask
103103 api(" com.github.RedMadRobot:input-mask-android:6.1.0" )
@@ -116,13 +116,13 @@ dependencies {
116116
117117 // Test dependencies
118118 testImplementation(" io.mockk:mockk:1.12.3" )
119- testImplementation(" io.kotest:kotest-runner-junit5:5.2.3 " )
120- testImplementation(" io.kotest:kotest-property:5.2.3 " )
121- androidTestImplementation(" androidx.test:core:1.4 .0" )
122- androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
123- androidTestImplementation(" androidx.test:rules:1.4 .0" )
124- androidTestImplementation(" androidx.test.espresso:espresso-core:3.4 .0" )
125- androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.4 .0" )
119+ testImplementation(" io.kotest:kotest-runner-junit5:5.5.4 " )
120+ testImplementation(" io.kotest:kotest-property:5.5.4 " )
121+ androidTestImplementation(" androidx.test:core:1.5 .0" )
122+ androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
123+ androidTestImplementation(" androidx.test:rules:1.5 .0" )
124+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .0" )
125+ androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.5 .0" )
126126}
127127
128128publisher {
0 commit comments