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 @@ -19,12 +19,12 @@ plugins {
1919}
2020
2121android {
22- compileSdkVersion 31
22+ compileSdk 33
2323
2424 defaultConfig {
2525 applicationId " com.googletest.firebase.appdistribution.testapp"
2626 minSdkVersion 19
27- targetSdkVersion 31
27+ targetSdkVersion 33
2828 versionName " 1.0"
2929 versionCode 1
3030
@@ -65,18 +65,18 @@ dependencies {
6565 // In this test project we also need to explicitly declare these dependencies
6666 implementation project(' :firebase-appdistribution-api' )
6767 implementation project(' :firebase-common:ktx' )
68- implementation " com.google.android.gms:play-services-tasks:18.0.1 "
68+ implementation " com.google.android.gms:play-services-tasks:18.0.2 "
6969
7070 // Debug uses the full implementation
7171 debugImplementation project(' :firebase-appdistribution' )
7272
7373 // Other dependencies
7474 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
75- implementation ' androidx.core:core-ktx:1.5 .0'
76- implementation " androidx.core:core:1.6 .0"
77- implementation ' androidx.appcompat:appcompat:1.3.0 '
78- implementation ' com.google.android.material:material:1.2 .1'
79- implementation ' androidx.constraintlayout:constraintlayout:2.0 .4'
75+ implementation ' androidx.core:core-ktx:1.9 .0'
76+ implementation " androidx.core:core:1.9 .0"
77+ implementation ' androidx.appcompat:appcompat:1.5.1 '
78+ implementation ' com.google.android.material:material:1.6 .1'
79+ implementation ' androidx.constraintlayout:constraintlayout:2.1 .4'
8080 testImplementation ' junit:junit:4.+'
8181}
8282
You can’t perform that action at this time.
0 commit comments