Loading app/build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ android { minSdkVersion 21 targetSdkVersion 31 versionCode 23 versionName "1.9.1" versionCode 24 versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading Loading @@ -70,10 +70,10 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.0' // JSON serialization implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.google.code.gson:gson:2.9.0' // Room (SQLite) def room_version = "2.4.1" def room_version = "2.4.2" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" Loading @@ -81,7 +81,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.3' // Firebase, sigh ... (only Google Play) playImplementation 'com.google.firebase:firebase-messaging:23.0.0' playImplementation 'com.google.firebase:firebase-messaging:23.0.1' // RecyclerView implementation "androidx.recyclerview:recyclerview:1.3.0-alpha01" Loading Loading
app/build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ android { minSdkVersion 21 targetSdkVersion 31 versionCode 23 versionName "1.9.1" versionCode 24 versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading Loading @@ -70,10 +70,10 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.0' // JSON serialization implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.google.code.gson:gson:2.9.0' // Room (SQLite) def room_version = "2.4.1" def room_version = "2.4.2" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" Loading @@ -81,7 +81,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.3' // Firebase, sigh ... (only Google Play) playImplementation 'com.google.firebase:firebase-messaging:23.0.0' playImplementation 'com.google.firebase:firebase-messaging:23.0.1' // RecyclerView implementation "androidx.recyclerview:recyclerview:1.3.0-alpha01" Loading