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 {
18
18
}
19
19
20
20
android {
21
- compileSdkVersion 31
21
+ compileSdk 33
22
22
23
23
defaultConfig {
24
24
applicationId " com.googletest.firebase.appdistribution.testapp"
25
25
minSdkVersion 19
26
- targetSdkVersion 31
26
+ targetSdkVersion 33
27
27
versionName " 1.0"
28
28
versionCode 1
29
29
@@ -57,18 +57,18 @@ dependencies {
57
57
// In this test project we also need to explicitly declare these dependencies
58
58
implementation project(' :firebase-appdistribution-api' )
59
59
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 "
61
61
62
62
// Debug uses the full implementation
63
63
debugImplementation project(' :firebase-appdistribution' )
64
64
65
65
// Other dependencies
66
66
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'
72
72
testImplementation ' junit:junit:4.+'
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments