Skip to content

Commit 1132f16

Browse files
committed
feat(app, android-sdk): 26.5.0 (requires gradle v5.6.4+ / android gradle plugin v3.4.2+)
1 parent 395a723 commit 1132f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"targetSdk": 30,
7070
"compileSdk": 30,
7171
"buildTools": "30.0.2",
72-
"firebase": "26.4.0",
72+
"firebase": "26.5.0",
7373
"playServicesAuth": "19.0.0"
7474
}
7575
}

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath 'com.android.tools.build:gradle:4.1.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1313
classpath 'com.google.firebase:perf-plugin:1.3.4'
14-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
14+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.0'
1515
}
1616
}
1717

0 commit comments

Comments
 (0)