Skip to content

Commit e9cc35f

Browse files
authored
Merge e71c66b into 4146e40
2 parents 4146e40 + e71c66b commit e9cc35f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

firebase-appdistribution/test-app/test-app.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ plugins {
1818
}
1919

2020
android {
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

0 commit comments

Comments
 (0)