Skip to content

Commit 5b9a5d8

Browse files
kaibolaylfkellogg
andauthored
Merge branch 'fad/next' into fad/in-app-feedback (#4098)
* Minor updates to the App Distribution test app. (#4088) * Update various versions (#4090) * Updated various versions (dependencies and SDK to fix Android resource linking failure (AAPT: error: resource android:attr/lStar not found.) * Update compileSdk/targetSdkVersion from 31 to 33 Co-authored-by: Lee Kellogg <[email protected]>
1 parent 18f6f50 commit 5b9a5d8

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
@@ -19,12 +19,12 @@ plugins {
1919
}
2020

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

0 commit comments

Comments
 (0)