Skip to content

Commit b26c892

Browse files
committed
Bump compileSdkVersion to 31
1 parent 8c4527f commit b26c892

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ firebaseLibrary {
2222
}
2323

2424
android {
25-
compileSdkVersion project.targetSdkVersion
25+
compileSdk 31
2626

2727
defaultConfig {
2828
minSdkVersion 16
29-
targetSdkVersion project.targetSdkVersion
29+
targetSdkVersion 31
3030
multiDexEnabled true
3131
versionName version
3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -72,9 +72,9 @@ dependencies {
7272
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.5'
7373
annotationProcessor 'com.google.auto.value:auto-value:1.6.5'
7474
implementation 'androidx.activity:activity:1.6.1'
75-
implementation 'androidx.appcompat:appcompat:1.6.0'
76-
implementation 'androidx.browser:browser:1.4.0'
77-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
75+
implementation 'androidx.appcompat:appcompat:1.3.1'
76+
implementation "androidx.browser:browser:1.3.0"
77+
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
7878

7979
androidTestImplementation project(':integ-testing')
8080
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

0 commit comments

Comments
 (0)