Skip to content

Commit

Permalink
feat(app, android-sdk): 26.5.0 (requires gradle v5.6.4+ / android gra…
Browse files Browse the repository at this point in the history
…dle plugin v3.4.2+)
  • Loading branch information
mikehardy committed Feb 13, 2021
1 parent 395a723 commit 1132f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "26.4.0",
"firebase": "26.5.0",
"playServicesAuth": "19.0.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.0'
}
}

Expand Down

0 comments on commit 1132f16

Please sign in to comment.