Skip to content

Commit a20f2d0

Browse files
committed
Upgrade AndroidX lifecycle
- Lint fix for NullSafeMutableLiveData
1 parent 0a3a4af commit a20f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858

5959
dependencies {
6060
final def markwon_version = '4.6.2'
61-
final def lifecycle_version = '2.3.1'
61+
final def lifecycle_version = '2.5.1'
6262

6363
implementation fileTree(dir: 'libs', include: ['*.jar'])
6464
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)