File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ firebaseLibrary {
22
22
}
23
23
24
24
android {
25
- compileSdkVersion project . targetSdkVersion
25
+ compileSdk 31
26
26
27
27
defaultConfig {
28
28
minSdkVersion 16
29
- targetSdkVersion project . targetSdkVersion
29
+ targetSdkVersion 31
30
30
multiDexEnabled true
31
31
versionName version
32
32
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -72,9 +72,9 @@ dependencies {
72
72
compileOnly ' com.google.auto.value:auto-value-annotations:1.6.5'
73
73
annotationProcessor ' com.google.auto.value:auto-value:1.6.5'
74
74
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"
78
78
79
79
androidTestImplementation project(' :integ-testing' )
80
80
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
You can’t perform that action at this time.
0 commit comments