File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
firebase-appdistribution/test-app Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ plugins {
1818}
1919
2020android {
21- compileSdkVersion 31
21+ compileSdk 33
2222
2323 defaultConfig {
2424 applicationId " com.googletest.firebase.appdistribution.testapp"
2525 minSdkVersion 19
26- targetSdkVersion 31
26+ targetSdkVersion 33
2727 versionName " 1.0"
2828 versionCode 1
2929
@@ -57,18 +57,18 @@ dependencies {
5757 // In this test project we also need to explicitly declare these dependencies
5858 implementation project(' :firebase-appdistribution-api' )
5959 implementation project(' :firebase-common:ktx' )
60- implementation " com.google.android.gms:play-services-tasks:18.0.1 "
60+ implementation " com.google.android.gms:play-services-tasks:18.0.2 "
6161
6262 // Debug uses the full implementation
6363 debugImplementation project(' :firebase-appdistribution' )
6464
6565 // Other dependencies
6666 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
67- implementation ' androidx.core:core-ktx:1.5 .0'
68- implementation " androidx.core:core:1.6 .0"
69- implementation ' androidx.appcompat:appcompat:1.3.0 '
70- implementation ' com.google.android.material:material:1.2 .1'
71- implementation ' androidx.constraintlayout:constraintlayout:2.0 .4'
67+ implementation ' androidx.core:core-ktx:1.9 .0'
68+ implementation " androidx.core:core:1.9 .0"
69+ implementation ' androidx.appcompat:appcompat:1.5.1 '
70+ implementation ' com.google.android.material:material:1.6 .1'
71+ implementation ' androidx.constraintlayout:constraintlayout:2.1 .4'
7272 testImplementation ' junit:junit:4.+'
7373}
7474
You can’t perform that action at this time.
0 commit comments