Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Feb 26, 2022
1 parent 127ae55 commit 8270033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
apply plugin: 'de.timfreiheit.resourceplaceholders'
apply plugin: 'com.google.gms.google-services'
//apply plugin: 'com.google.gms.google-services'
apply from: 'download.gradle'

static def releaseTime() {
Expand Down Expand Up @@ -152,8 +152,8 @@ dependencies {
implementation('androidx.webkit:webkit:1.4.0')

//firebase
implementation platform('com.google.firebase:firebase-bom:29.1.0')
implementation 'com.google.firebase:firebase-analytics-ktx'
//implementation platform('com.google.firebase:firebase-bom:29.1.0')
//implementation 'com.google.firebase:firebase-analytics-ktx'

//media
implementation("androidx.media:media:1.5.0")
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/updateLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
**2022/02/26**

* 自动备份检测到webDav已有备份时不会重复备份
* 修复黑屏卡顿问题

**2022/02/25**

Expand Down

0 comments on commit 8270033

Please sign in to comment.