Upgrade androidx-lifecycle-livedata to 2.3.0-alpha05
* All previous aar versions have their modified date set to 0 which trigger the following openjdk bug: https://bugs.openjdk.java.net/browse/JDK-8184940 This fixes the following compilation error while building in AOSP environment: java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 0
This commit is contained in:
parent
0ce613b64d
commit
e9fd97c41e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0-rc03'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-alpha05'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
|
||||
lintChecks 'com.github.thirdegg:lint-rules:0.0.5-alpha'
|
||||
|
|
Loading…
Reference in a new issue