Skip to content

Commit

Permalink
2.8.5 解决Google 登录失效的问题. 增加远程配置,保证后续的实时修复。
Browse files Browse the repository at this point in the history
  • Loading branch information
fan123199 committed Nov 11, 2022
1 parent 8f77642 commit 2cee99a
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 249 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "im.fdx.v2ex"
minSdk = 22
targetSdk = 33
versionCode = 55
versionName = "2.8.4"
versionCode = 56
versionName = "2.8.5"
}
lint {
checkReleaseBuilds = false
Expand Down Expand Up @@ -130,8 +130,9 @@ dependencies {
implementation("com.github.chrisbanes:PhotoView:2.3.0")
implementation("com.github.esafirm.android-image-picker:imagepicker:2.4.5")

implementation(platform("com.google.firebase:firebase-bom:31.0.1"))
implementation(platform("com.google.firebase:firebase-bom:31.0.2"))
implementation("com.google.firebase:firebase-crashlytics-ktx")
implementation ("com.google.firebase:firebase-config-ktx")
implementation("com.google.firebase:firebase-analytics-ktx")
}
repositories {
Expand Down
Loading

0 comments on commit 2cee99a

Please sign in to comment.