updating commons and room
This commit is contained in:
parent
521f266759
commit
dc516f088b
|
@ -64,7 +64,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:11f9bfd8b4'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:c31d0fda56'
|
||||
implementation 'com.facebook.stetho:stetho:1.5.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'com.shawnlin:number-picker:2.4.6'
|
||||
|
@ -77,6 +77,6 @@ dependencies {
|
|||
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
implementation 'me.grantland:autofittextview:0.2.1'
|
||||
|
||||
implementation 'androidx.room:room-runtime:2.5.0'
|
||||
kapt 'androidx.room:room-compiler:2.5.0'
|
||||
implementation 'androidx.room:room-runtime:2.5.1'
|
||||
kapt 'androidx.room:room-compiler:2.5.1'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue