@@ -21,12 +21,12 @@ detekt {
2121
2222android {
2323 namespace " com.extole"
24- compileSdkVersion 35
24+ compileSdkVersion 36
2525
2626 defaultConfig {
2727 applicationId " com.extole"
2828 minSdkVersion 21
29- targetSdkVersion 35
29+ targetSdkVersion 36
3030 versionCode 15
3131 versionName " 1.0.4"
3232
@@ -60,29 +60,28 @@ android {
6060dependencies {
6161
6262 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
63- implementation ' androidx.core:core-ktx:1.6 .0'
64- implementation ' androidx.appcompat:appcompat:1.3.1 '
65- implementation ' com.google.android.material:material:1.4 .0'
66- implementation ' androidx.constraintlayout:constraintlayout:2.1 .0'
67- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9 '
63+ implementation ' androidx.core:core-ktx:1.15 .0'
64+ implementation ' androidx.appcompat:appcompat:1.7.0 '
65+ implementation ' com.google.android.material:material:1.12 .0'
66+ implementation ' androidx.constraintlayout:constraintlayout:2.2 .0'
67+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 '
6868 implementation ' com.squareup.picasso:picasso:2.71828'
6969 implementation(project(' :mobile-sdk' ))
7070 detektPlugins " io.gitlab.arturbosch.detekt:detekt-formatting:1.17.1"
7171
7272 implementation ' io.branch.sdk.android:library:5.15.0'
7373 implementation ' com.google.android.gms:play-services-ads-identifier:16+'
74- implementation ' androidx.browser:browser:1.0 .0'
74+ implementation ' androidx.browser:browser:1.9 .0'
7575
7676 testImplementation ' junit:junit:4.13.2'
77- androidTestUtil ' androidx.test:orchestrator:1.4.1'
78- androidTestImplementation ' com.google.code.gson:gson:2.9.0'
79- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
80- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
81- androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
82- androidTestImplementation ' androidx.test:runner:1.4.0'
83- androidTestImplementation ' androidx.test:rules:1.4.0'
84- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
85- androidTestImplementation ' androidx.test.espresso:espresso-web:3.4.0'
77+ androidTestUtil ' androidx.test:orchestrator:1.4.2'
78+ androidTestImplementation ' com.google.code.gson:gson:2.10.1'
79+ androidTestImplementation ' androidx.test.ext:junit:1.2.1'
80+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
81+ androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.3.0'
82+ androidTestImplementation ' androidx.test:runner:1.6.2'
83+ androidTestImplementation ' androidx.test:rules:1.6.1'
84+ androidTestImplementation ' androidx.test.espresso:espresso-web:3.6.1'
8685 androidTestImplementation ' org.assertj:assertj-core:3.18.1'
8786 androidTestImplementation ' org.awaitility:awaitility:3.1.6'
8887 androidTestImplementation ' org.apache.commons:commons-lang3:3.12.0'
0 commit comments