[Change]
解决版本过低使room中使用协程造成编译报错问题 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -121,16 +121,16 @@ ext {
|
||||
litezxing : "com.google.zxing:litezxing:1.0.29.8",
|
||||
|
||||
// android - room
|
||||
androidxroomruntime : "androidx.room:room-runtime:2.2.3",
|
||||
androidxroomcompiler : "androidx.room:room-compiler:2.2.3",
|
||||
androidxroomktx : "androidx.room:room-ktx:2.2.3",
|
||||
androidxroomruntime : "androidx.room:room-runtime:2.4.2",
|
||||
androidxroomcompiler : "androidx.room:room-compiler:2.4.2",
|
||||
androidxroomktx : "androidx.room:room-ktx:2.4.2",
|
||||
|
||||
// androidx-lifecycle-process
|
||||
androidxlifecycleprocess : "androidx.lifecycle:lifecycle-process:2.4.0",
|
||||
androidxlifecycleservice : "androidx.lifecycle:lifecycle-service:2.4.0",
|
||||
androidxlifecycleprocess : "androidx.lifecycle:lifecycle-process:2.4.0",
|
||||
androidxlifecycleservice : "androidx.lifecycle:lifecycle-service:2.4.0",
|
||||
// rxjava2 with room
|
||||
roomRxjava : 'androidx.room:room-rxjava2:2.2.3',
|
||||
circleimageview : "de.hdodenhof:circleimageview:3.0.1",
|
||||
roomRxjava : 'androidx.room:room-rxjava2:2.4.2',
|
||||
circleimageview : "de.hdodenhof:circleimageview:3.0.1",
|
||||
|
||||
//plugin
|
||||
mogochainbase : "com.mogo.cloud:service-chain:${SERVICE_CHAIN_VERSION}",
|
||||
|
||||
Reference in New Issue
Block a user