Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ dependencies { implementation 'com.google.android.material:material:1.5.0' // Database implementation 'androidx.room:room-runtime:2.3.0' annotationProcessor 'androidx.room:room-compiler:2.3.0' implementation 'androidx.room:room-runtime:2.4.1' annotationProcessor 'androidx.room:room-compiler:2.4.1' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' Loading Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ dependencies { implementation 'com.google.android.material:material:1.5.0' // Database implementation 'androidx.room:room-runtime:2.3.0' annotationProcessor 'androidx.room:room-compiler:2.3.0' implementation 'androidx.room:room-runtime:2.4.1' annotationProcessor 'androidx.room:room-compiler:2.4.1' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' Loading