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