@@ -9,13 +9,13 @@ plugins {
99val VERSION_NAME : String by project
1010
1111android {
12- compileSdk = 31
12+ compileSdk = 33
1313 buildToolsVersion = " 31.0.0"
1414
1515 defaultConfig {
1616 multiDexEnabled = true
1717 minSdk = 16
18- targetSdk = 31
18+ targetSdk = 33
1919
2020 testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
2121 consumerProguardFiles(" proguard-consumer-rules.pro" )
@@ -40,15 +40,15 @@ android {
4040}
4141
4242dependencies {
43- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5 " )
43+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.2 " )
4444
45- implementation(" com.segment.analytics.kotlin:android:1.5.0 " )
45+ implementation(" com.segment.analytics.kotlin:android:1.6.2 " )
4646 implementation(" androidx.multidex:multidex:2.0.1" )
4747
48- implementation(" androidx.core:core-ktx:1.7 .0" )
49- implementation(" androidx.appcompat:appcompat:1.4 .1" )
50- implementation(" com.google.android.material:material:1.5 .0" )
51- implementation(" androidx.constraintlayout:constraintlayout:2.1.3 " )
48+ implementation(" androidx.core:core-ktx:1.9 .0" )
49+ implementation(" androidx.appcompat:appcompat:1.6 .1" )
50+ implementation(" com.google.android.material:material:1.8 .0" )
51+ implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
5252
5353 implementation(" androidx.lifecycle:lifecycle-process:2.4.1" )
5454 implementation(" androidx.lifecycle:lifecycle-common-java8:2.4.1" )
@@ -61,17 +61,17 @@ dependencies {
6161// Test Dependencies
6262dependencies {
6363 testImplementation(" junit:junit:4.13.2" )
64- androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
65- androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0 " )
66- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0 " )
64+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
65+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
66+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4 " )
6767
68- testImplementation(" io.mockk:mockk:1.12.2 " )
68+ testImplementation(" io.mockk:mockk:1.12.4 " )
6969 testImplementation(platform(" org.junit:junit-bom:5.7.2" ))
7070 testImplementation(" org.junit.jupiter:junit-jupiter" )
7171
7272 // Add Roboelectric dependencies.
7373 testImplementation(" org.robolectric:robolectric:4.7.3" )
74- testImplementation(" androidx.test:core:1.4 .0" )
74+ testImplementation(" androidx.test:core:1.5 .0" )
7575
7676 // Add JUnit4 legacy dependencies.
7777 testImplementation(" junit:junit:4.13.2" )
0 commit comments