Skip to content

Commit e6334f9

Browse files
committed
Bump to 2.8.1
1 parent 8f64633 commit e6334f9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix compatibility with Android 12
2+
3+
Full release note on https://is.gd/xkcd_app
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 修复与 Android 12 的兼容性
2+
3+
查看完整更新日志 https://is.gd/xkcd_app

xkcd/build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ android {
7070
applicationId "xyz.jienan.xkcd"
7171
minSdkVersion 16
7272
targetSdkVersion 32
73-
versionCode 74
74-
versionName "2.8.0"
73+
versionCode 75
74+
versionName "2.8.1"
7575
vectorDrawables.useSupportLibrary = true
7676
resConfigs "de", "es", "fr", "ru", "b+zh", "b+zh+hant+TW"
7777
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -213,14 +213,16 @@ dependencies {
213213
}
214214
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
215215
implementation 'com.jakewharton.timber:timber:4.7.1'
216-
implementation 'com.github.dkzwm:srl-core:1.7.2.1'
217-
implementation 'com.github.dkzwm:srl-ext-classics:1.7.2.1'
216+
implementation 'com.github.dkzwm:srl-core:1.7.2.4'
217+
implementation 'com.github.dkzwm:srl-ext-classics:1.7.2.4'
218218

219219
implementation 'androidx.work:work-runtime-ktx:2.8.0-alpha02'
220220
implementation 'androidx.work:work-rxjava2:2.8.0-alpha02'
221-
proprietaryImplementation 'com.google.firebase:firebase-analytics:19.0.0'
221+
proprietaryImplementation 'com.google.firebase:firebase-analytics:19.0.2'
222222
proprietaryImplementation 'com.google.firebase:firebase-messaging:22.0.0'
223-
proprietaryImplementation 'com.google.firebase:firebase-crashlytics:18.1.0'
223+
// 23.0.0 will require API level 19, Android 4.4 higher.
224+
// https://firebase.google.com/support/release-notes/android#messaging_v23-0-0
225+
proprietaryImplementation 'com.google.firebase:firebase-crashlytics:18.2.3'
224226

225227
// implementation 'androidx.slice:slice-core:1.0.0'
226228
// implementation 'androidx.slice:slice-builders:1.0.0'

0 commit comments

Comments
 (0)