Bump versions

This commit is contained in:
Philipp Heckel 2022-03-13 10:30:27 -04:00
parent 66c4eece01
commit 81483ff3cd

View file

@ -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"
@ -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"
@ -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"